Commit cde40cc 1 parent 7129bab commit cde40cc Copy full SHA for cde40cc
File tree 7 files changed +57
-9
lines changed
7 files changed +57
-9
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < link rel ="stylesheet " href ="wide-classes.css ">
5
+ < meta charset ="UTF-8 ">
6
+ < title > Title</ title >
7
+ < style >
8
+ /* 0123456789abcdef rgb */
9
+ body {
10
+ background : # 252525 ;
11
+ font-size : 30px ;
12
+ }
13
+ p , span {
14
+ margin : 0 ;
15
+ }
16
+ .o {
17
+ width : 600px ;
18
+ height : 600px ;
19
+ background : # f58 ;
20
+ }
21
+ .o2 {
22
+ width : 60px ;
23
+ height : 60px ;
24
+ background : # 53f8 ;
25
+ }
26
+ </ style >
27
+ </ head >
28
+ < body >
29
+ < div class ="o fccc ">
30
+ < div class ="o2 hover-scale-5 "> </ div >
31
+ < div class ="o2 hover-scale-5 "> </ div >
32
+ < div class ="o2 hover-scale-5 "> </ div >
33
+ </ div >
34
+ </ body >
35
+ </ html >
Original file line number Diff line number Diff line change 1
1
@for $i from 0 through 20
2
2
.invert- #{5 * $i}
3
3
filter : invert ((5 * $i ) * 1% )
4
+
5
+
6
+ .gray-scale
7
+ filter : grayscale (1 )
Original file line number Diff line number Diff line change 11
11
box-shadow : 0 0 1em #000000a0
12
12
13
13
.shadow-black-5-90
14
- box-shadow : 0 0 0.5em #000000a0
14
+ box-shadow : 0 0 0.5em #000000a0
15
+
16
+ .bshd-none
17
+ box-shadow : none !important
Original file line number Diff line number Diff line change 43
43
44
44
@for $i from 0 through 20
45
45
.mw- #{50 * $i}px
46
- max-width : #{50 * $i }px
46
+ max-width : #{50 * $i }px ! important
47
47
48
48
@for $i from 0 through 20
49
49
.mh- #{50 * $i}px
50
- max-height : #{50 * $i }px
50
+ max-height : #{50 * $i }px ! important
51
51
52
52
@for $i from 2 through 20
53
53
.mw- #{5 * $i}
54
- max-width : #{5 * $i + " %" }
54
+ max-width : #{5 * $i + " %" } ! important
55
55
56
56
@for $i from 2 through 20
57
57
.mh- #{5 * $i}
58
- max-height : #{5 * $i + " %" }
58
+ max-height : #{5 * $i + " %" } ! important
59
59
60
60
61
61
@for $i from 2 through 20
62
62
.mw- #{5 * $i}vw
63
- max-width : #{5 * $i + " vw" }
63
+ max-width : #{5 * $i + " vw" } ! important
64
64
65
65
@for $i from 2 through 20
66
66
.mh- #{5 * $i}vh
67
- max-height : #{5 * $i + " vh" }
67
+ max-height : #{5 * $i + " vh" } ! important
Original file line number Diff line number Diff line change 28
28
.fw-10
29
29
font-weight : 1000 !important
30
30
31
+ .fs-7
32
+ font-size : .80 !important
33
+
34
+ .fs-8
35
+ font-size : .65 !important
36
+
31
37
32
38
.fs-09
33
39
font-size : 1.85rem
Original file line number Diff line number Diff line change 2
2
transform : scaleX(-1 )
3
3
4
4
.invert-h
5
- transform : scaleY(-1 )
5
+ transform : scaleY(-1 )
You can’t perform that action at this time.
0 commit comments