File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 1010* {
1111 box-sizing : border-box;
1212 font-family : Raleway;
13- color : # 2d2c2c ;
13+ color : # f3760b ;
1414 font-size : 24px ;
1515}
1616
@@ -39,6 +39,7 @@ html, body {
3939 text-decoration : none;
4040 font-size : 25px ;
4141 font-family : "Arial Rounded MT Bold" ;
42+ font-weight : bold;
4243}
4344
4445.main-nav {
@@ -53,7 +54,9 @@ html, body {
5354}
5455
5556.nav a : hover {
56- background-color : rgba (255 , 255 , 255 , .3 )
57+ background-color : rgb (255 , 106 , 0 );
58+ border-radius : 15px ;
59+
5760}
5861
5962.main-header {
@@ -164,6 +167,8 @@ html, body {
164167.tour-item {
165168 display : inline-block;
166169 padding-right : .5em ;
170+ color : # 0a0a0a ;
171+ font-weight : normal;
167172}
168173
169174.tour-date {
@@ -327,11 +332,12 @@ html, body {
327332
328333/*******FOOTER*******/
329334.main-footer {
330- background : # 2D9CDB ;
335+ background : # ee850f ;
331336 text-align : center;
332337 padding-top : 5px ;
333338 padding-bottom : 5px ;
334339 margin-top : 60px ;
340+ border-top : 10px solid black;
335341
336342}
337343.main-footer .FOOTER {
@@ -340,3 +346,8 @@ html, body {
340346 font-family : sans-serif;
341347 font-style : oblique;
342348}
349+ .lorem {
350+ font-style : italic;
351+ color : # 181818 ;
352+ padding-bottom : 30px ;
353+ }
You can’t perform that action at this time.
0 commit comments