Material icons - Forum

Forum Navigation
You need to log in to create posts and topics.

Material icons

One of my favorite icon's library is a material icon community because there is a lot of icons, maybe more than 6000 icons.

and the icons are very compatible with VisualNEO Web. see the attached video as an example:

Uploaded files:
  • You need to login to have access to uploads.
luishp and CDY@44 have reacted to this post.
luishpCDY@44

@asmat whould you share with us those interesting CSS .flex classes seen on the video?
Thank you!

asmat has reacted to this post.
asmat

Yes, luis:

.flexMenu{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-content:flex-start;
}

.flexSpacebetween{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.flexCenter{
  display:flex;
  align-items:center;
  justify-content:center;
}

.flexRight{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.flexLeft{
   display:flex;
   align-items:center;
   justify-content:flex-start;
}


.xCenter{
  left:0px!important;
  right:0px!important;
  margin:auto!important;
}

.yCenter{
  top:0px!important;
  bottom:0px!important;
  margin:auto!important;
}

.center{
  top:0px!important;
  left:0px!important;
  right:0px!important;
  bottom:0px!important;
  margin:auto!important;
}

 

luishp, farhad2008 and CDY@44 have reacted to this post.
luishpfarhad2008CDY@44

This is a complete guide for CSS flex-box.

Using CSS-flexbox makes our lives comfortable.

luishp, Vadim and 4 other users have reacted to this post.
luishpVadimfarhad2008CDY@44javadrajabihakamismartmedia