1
- @import url (' https://fonts.googleapis.com/css?family=Montez:wght@300;800&display=swap' );
1
+ @import url (" https://fonts.googleapis.com/css?family=Montez:wght@300;800&display=swap" );
2
2
3
3
* {
4
4
box-sizing : border-box ;
9
9
body {
10
10
margin : 0 ;
11
11
padding : 0 ;
12
- background-color : rgb (73 , 11 , 73 );
13
- color : white ;
14
- font-family : ' Courier New' , Courier , monospace , ' Montez' , cursive;
12
+ background-color : rgb (19 , 19 , 19 );
13
+ color : whitesmoke ;
14
+ font-family : " Courier New" , Courier , monospace , " Montez" , cursive;
15
15
}
16
16
a {
17
17
color : white ;
23
23
padding : 0 ;
24
24
}
25
25
26
- .hero-wrapper {
27
- background-color : rgba (238 , 88 , 34 , 0.938 );
28
- }
26
+ // .hero-wrapper {
27
+ // background-color: rgba(0, 0, 0 , 0.938);
28
+ // }
29
29
30
30
.wrapper {
31
31
padding : 1.5em ;
@@ -55,9 +55,9 @@ header {
55
55
}
56
56
}
57
57
58
- .light-purple-wrapper {
59
- background-color : rgb (105 , 7 , 105 );
60
- }
58
+ // .light-purple-wrapper {
59
+ // background-color: rgb(0, 0, 0 );
60
+ // }
61
61
62
62
.stats {
63
63
display : grid ;
@@ -90,7 +90,7 @@ header {
90
90
ul .carousal {
91
91
margin-bottom : 1em ;
92
92
li {
93
- background-color : rgb (83 , 58 , 107 );
93
+ background-color : rgb (1 , 65 , 1 );
94
94
padding : 1em ;
95
95
margin-bottom : 1em ;
96
96
}
@@ -104,15 +104,15 @@ blockquote {
104
104
}
105
105
106
106
cite {
107
- color : rgb (250 , 75 , 133 );
107
+ color : rgb (255 , 255 , 255 );
108
108
font-weight : bold ;
109
109
font-size : 0.8em ;
110
110
font-style : normal ;
111
111
position : relative ;
112
112
padding-left : 25px ;
113
113
}
114
114
cite ::before {
115
- content : ' ' ;
115
+ content : " " ;
116
116
position : absolute ;
117
117
left : 0 ;
118
118
top : 5px ;
@@ -128,12 +128,12 @@ h2 {
128
128
position : relative ;
129
129
}
130
130
h2 ::before {
131
- content : ' ' ;
131
+ content : " " ;
132
132
position : absolute ;
133
133
height : 5px ;
134
134
width : 50px ;
135
135
top : -0.3em ;
136
- background-color : rgb (236 , 11 , 142 );
136
+ background-color : rgb (1 , 65 , 1 );
137
137
}
138
138
139
139
.technologies ,
0 commit comments