1
- @import url (' https://strawmelonjuice.com/gfonts.php/https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap' );
1
+ @import url (" https://strawmelonjuice.com/gfonts.php/https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300&display=swap" );
2
2
body {
3
- position : absolute;
4
- top : 0px ;
5
- left : 0px ;
6
- right : 0px ;
7
- bottom : 0px ;
8
- font-family : ' Fira Sans' , sans-serif;
9
- overflow-y : clip;
3
+ position : absolute;
4
+ top : 0px ;
5
+ left : 0px ;
6
+ right : 0px ;
7
+ bottom : 0px ;
8
+ font-family : " Fira Sans" , sans-serif;
9
+ overflow-y : clip;
10
10
}
11
11
main {
12
- border-radius : 10px ;
13
- background-color : rgb (175 , 168 , 182 );
14
- height : 90 VH ;
15
- margin-left : 25 VW ;
16
- padding : 1px 16px ;
17
- margin-right : auto;
18
- overflow-y : auto;
12
+ border-radius : 10px ;
13
+ background-color : rgb (175 , 168 , 182 );
14
+ height : 90 vh ;
15
+ margin-left : 25 vw ;
16
+ padding : 1px 16px ;
17
+ margin-right : auto;
18
+ overflow-y : auto;
19
19
}
20
20
21
21
# link-menu {
22
- padding : 0 ;
23
- width : 20 VW ;
24
- border-radius : 35px ;
25
- background-color : # cc6868 ;
26
- position : fixed;
27
- height : 85 VH ;
28
- overflow : auto;
22
+ padding : 0 ;
23
+ width : 20 vw ;
24
+ border-radius : 35px ;
25
+ background-color : # cc6868 ;
26
+ position : fixed;
27
+ height : 85 vh ;
28
+ overflow : auto;
29
29
}
30
30
31
31
# link-menu a {
32
- display : block;
33
- color : black;
34
- padding : 16px ;
35
- text-decoration : none;
32
+ display : block;
33
+ color : black;
34
+ padding : 16px ;
35
+ text-decoration : none;
36
36
}
37
37
38
38
# link-menu a .active {
39
- background-color : # 04AA6D ;
40
- color : white;
39
+ background-color : # 04aa6d ;
40
+ color : white;
41
41
}
42
42
43
43
# link-menu a : hover : not (.active ) {
44
- background-color : # 555 ;
45
- color : white;
44
+ background-color : # 555 ;
45
+ color : white;
46
46
}
47
47
48
48
@media screen and (max-width : 700px ) {
49
- # link-menu {
50
- width : 100% ;
51
- height : auto;
52
- position : relative;
53
- }
54
- # link-menu a {float : left;}
55
- main {margin-left : 0 ;}
49
+ # link-menu {
50
+ width : 100% ;
51
+ height : auto;
52
+ position : relative;
53
+ }
54
+ # link-menu a {
55
+ float : left;
56
+ }
57
+ main {
58
+ margin-left : 0 ;
59
+ }
56
60
}
57
61
58
62
@media screen and (max-width : 400px ) {
59
- # link-menu a {
60
- text-align : center;
61
- float : none;
62
- }
63
+ # link-menu a {
64
+ text-align : center;
65
+ float : none;
66
+ }
63
67
}
64
68
65
69
blockquote {
66
- background-color : rgba (220 , 238 , 255 , 0.559 );
67
- border-top : 10px none # 555555 ;
68
- border-right : 2px ridge # 555555 ;
69
- border-bottom : 2px dashed # ffff8f ;
70
- border-left : 5px groove # 555555 ;
71
- padding : 2px ;
72
- }
70
+ background-color : rgba (220 , 238 , 255 , 0.559 );
71
+ border-top : 10px none # 555555 ;
72
+ border-right : 2px ridge # 555555 ;
73
+ border-bottom : 2px dashed # ffff8f ;
74
+ border-left : 5px groove # 555555 ;
75
+ padding : 2px ;
76
+ margin-left : 1.5em ;
77
+ }
0 commit comments