File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ <h1>🛸 Scoped style using me</h1>
74
74
me div ul li { display : inline-block; width : 110px ; text-align : center; background : # 444 ; border-radius : 5px ; padding : 10px 2px ; margin : 10px 10px }
75
75
</ style >
76
76
< h2 > Responsive Design 🔛 Resize the window!</ h2 >
77
- 🟢 = No breakpoint. Default .
77
+ 🟢 = None specified .
78
78
< div >
79
79
< style >
80
80
me ul li [n1 ] { background : var (--color ); }
@@ -84,7 +84,7 @@ <h2>Responsive Design 🔛 Resize the window!</h2>
84
84
@media xl { me ul li [n5 ] { background : var (--color ); } }
85
85
@media xx { me ul li [n6 ] { background : var (--color ); } }
86
86
</ style >
87
- < div > Mobile First ( < strong > above </ strong > breakpoint) </ div >
87
+ < div > 📱 Mobile First! Add styles as size < strong > increases </ strong > . </ div >
88
88
< ul > < li n1 > < strong > 🟢 None</ strong > < li n2 > sm< li n3 > md< li n4 > lg< li n5 > xl< li n6 > 🏁 xx</ ul >
89
89
</ div >
90
90
< div >
@@ -99,7 +99,7 @@ <h2>Responsive Design 🔛 Resize the window!</h2>
99
99
@media xs- { & [n6 ] { background : var (--color ); } }
100
100
}
101
101
</ style >
102
- < div > Desktop First ( < strong > below </ strong > breakpoint) </ div >
102
+ < div > 💻 Desktop First! Add styles as size < strong > decreases </ strong > . </ div >
103
103
< ul > < li n6 > 🏁 xs-< li n5 > sm-< li n4 > md-< li n3 > lg-< li n2 > xl-< li n1 > < strong > 🟢 None</ strong > </ ul >
104
104
</ div >
105
105
< br />
You can’t perform that action at this time.
0 commit comments