File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
- /* বিভাগসমূহ */
1
+ /* SECTIONS */
2
2
.section {
3
3
clear : both;
4
4
padding : 0px ;
11
11
margin-bottom : 2em ;
12
12
}
13
13
14
- /* কলাম সেটআপ */
14
+ /* COLUMN SETUP */
15
15
.col {
16
16
display : block;
17
17
float : left;
20
20
}
21
21
.col : first-child { margin-left : 0 ; }
22
22
23
- /* গ্রুপিং */
23
+
24
+ /* GROUPING */
24
25
.group : before ,
25
26
.group : after {
26
27
content : "" ;
30
31
clear : both;
31
32
}
32
33
.group {
33
- zoom : 1 ; /* আইই 6/7 এর জন্য */
34
+ zoom : 1 ; /* For IE 6/7 */
34
35
}
35
36
36
- /* তিনটি গ্রিড */
37
+ /* GRID OF THREE */
37
38
.span_3_of_3 {
38
39
width : 35% ;
39
40
background-color : # f9f9f9 ;
51
52
}
52
53
53
54
.col-container {
54
- display : table; /* কন্টেন্টের উপাদানগুলি একটি টেবিল হিসেবে ব্যবহার করুন */
55
- width : 100% ; /* সম্পূর্ণ প্রসারের জন্য পূর্ণ প্রস্থ */
55
+ display : table; /* Make the container element behave like a table */
56
+ width : 100% ; /* Set full-width to expand the whole page */
56
57
padding-bottom : 30px ;
57
58
}
58
59
59
60
.col-nav {
60
- display : table-cell; /* কন্টেনারের উপাদানগুলি টেবিল সেল হিসেবে কাজ করার জন্য */
61
+ display : table-cell; /* Make elements inside the container behave like table cells */
61
62
width : 18% ;
62
63
background-color : # f9f9f9 ;
63
64
padding : 20px ;
64
65
border : 5px solid white;
65
66
}
66
67
67
- /* 480 পিক্সেলের নিচে পূর্ণ প্রস্থে যান */
68
+ /* GO FULL WIDTH AT LESS THAN 480 PIXELS */
68
69
69
70
@media only screen and (max-width : 480px ) {
70
71
.col { margin : 1% 0 1% 0% ;}
You can’t perform that action at this time.
0 commit comments