0

.container and .column

I came across the .column and .container classes used to create columns in a CSS,HTML template. but the main HTML code had no classes named as columns , how are the columns created? is it predefined or .columns matches any class having columns as a part of the class name?

24th Jan 2017, 6:00 AM
Abhilash G.K
Abhilash G.K - avatar
3 Respostas
+ 5
any class starting with . have to be called any class starting with # called to a id auto any class name matches HTML tag is added to that tag
24th Jan 2017, 6:17 AM
Sun
Sun - avatar
+ 2
An example of a 3 column class css definition: https://code.sololearn.com/WbCU8pf68o08/#css
24th Jan 2017, 8:35 AM
visph
visph - avatar
+ 1
.column and .container classes in the template must belongs to a framework like bootstrap and materialize etc.
24th Jan 2017, 6:24 AM
Divesh Agarwal
Divesh Agarwal - avatar