Category: 01. Tutorial
-
Materialize CSS Typography
Materialize CSS uses Roboto 2.0 as a standard font. It can be overridden using the following CSS style. Example Let’s take an example to demonstrate headings, blockquotes and free-flow but responsive text. Output:
-
Materialize CSS Table
In Materialize CSS, you can display different types of tables using various styles. Following is a list of various styles: Index Class name Description 1) none It is used to represent a basic table without any border. 2) stripped It is used to display a stripped table. 3) bordered It is used to draw a…
-
Materialize CSS Shadow
Materialize CSS provides different types of special classes to display containers as paper-like cards with shadow. These shadows make texts and images more appealing. Index Class name Description 1) z-depth-0 It is used to remove the shadow of elements having z-depth by default. 2) z-depth-1 It is used to style a container for any html…
-
Materialize CSS Media
Materialize CSS Media specifies several classes to make images and videos responsive to different sizes. responsive-img: It is used to make an image to resize itself based on the screen size. video-container: It is used for responsive container having embedded videos. responsive-video: It is used to make HTML5 videos responsive. Example Let’s take an example to demonstrate images,…
-
Materialize CSS Utility Classes
There are several utility classes in Materialize CSS which are used for designing needs. Color utility classes: For example, .red, .green, .grey etc. Alignment utility classes: For example, .valign-wrapper, .left-align, .rightalign, .center-align, .left, .right Hiding Content utility classes as per device size: For example, .hide, .hideon-small-only, .hide-on-med-only, .hide-on-med-and-down, .hide-on-med-and-up and .hide-on-large-only Formatting utility classes: For example, truncate, hoverable etc.…
-
Materialized CSS Grids
Materialize provides a standard 12 column fluid responsive grid system. It uses the row and column style classes to define rows and columns respectively. Index Class name Description 1) row It is used to specify a padding-less container to be used for responsive columns. This class is mandatory for responsive classes to be fully responsive.…
-
Materialize CSS Colors
Materialize supports a rich set of color classes. These color classes are inspired and developed considering the colors used in marketing, road signs, and sticky notes. Usage Following is the list of lightness/darkness classes, which can be used to vary the color applied. Example The following example demonstrates how to use the above classes to…
-
Materialize CSS Installation
There are two methods to install and use Materialize CSS. Local Installation: You can use Materialize CSS by downloading the materialize.min.css and materialize.min.js files on your local system and include it in your HTML code. CDN Based Version: You can use Materialize CSS by including the materialize.min.css and materialize.min.js files into your HTML code directly from the…
-
Materialize CSS Tutorial
Materialize CSS Tutorial provides basic and advanced concepts of Materialize CSS. Our Materialize CSS Tutorial is designed for beginners and professionals both. Materialize CSS is an UI component library which is designed by Google. Our Materialize CSS Tutorial includes all topics of Materialize CSS such as what is Materialize CSS, introduction, installation, colors, grids, tables,…