File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
color : # fff ;
16
16
text-transform : uppercase;
17
17
text-decoration : none;
18
- letter-spacing : 0.15 em ;
18
+ letter-spacing : 0.45 em ;
19
19
text-align : center;
20
- padding : 15 px 20 px ;
21
- position : relative ;
20
+ padding : 18 px 30 px ;
21
+ position : absolute ;
22
22
}
23
23
h1 : after {
24
24
background : none repeat scroll 0 0 transparent;
25
25
bottom : 0 ;
26
26
content : "" ;
27
- display : block ;
28
- height : 2 px ;
27
+ display : flex ;
28
+ height : 5 px ;
29
29
left : 50% ;
30
- position : absolute ;
30
+ position : relative ;
31
31
background : # fff ;
32
32
transition : width 0.3s ease 0s , left 0.3s ease 0s ;
33
33
width : 0 ;
@@ -59,7 +59,7 @@ h1:hover:after {
59
59
border : none;
60
60
width : 15rem ;
61
61
justify-content : center;
62
- transition : 0.2 s ;
62
+ transition : 0.5 s ;
63
63
}
64
64
.stylebox : hover {
65
65
transform : scale (1.02 );
@@ -75,7 +75,7 @@ h1:hover:after {
75
75
background-size : cover;
76
76
width : 100% ;
77
77
height : 100% ;
78
- border-radius : 0.5 rem ;
78
+ border-radius : 0.8 rem ;
79
79
image-rendering : pixelated;
80
80
}
81
81
.stylebox p {
@@ -87,7 +87,7 @@ h1:hover:after {
87
87
.stylebox .btn-group {
88
88
display : flex;
89
89
justify-content : space-between;
90
- gap : 1 rem ;
90
+ gap : 3 rem ;
91
91
}
92
92
.stylebox a {
93
93
background-color : white;
@@ -114,7 +114,7 @@ a:hover {
114
114
115
115
@media only screen and (max-width : 600px ) {
116
116
.styles {
117
- display : flex ;
117
+ display : block ;
118
118
flex-wrap : wrap;
119
119
flex-direction : column;
120
120
justify-content : space-around;
You can’t perform that action at this time.
0 commit comments