File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h1 class="title">
1717 < img src ="logo.svg " width ="400px ">
1818 </ h1 >
1919 < p class ="subtitle ">
20- Software that < strong > scales</ strong > .
20+ Software that < strong > scales 😎 </ strong >
2121 </ p >
2222 </ div >
2323 </ section >
@@ -50,8 +50,6 @@ <h1 class="title">
5050 We're here to help you innovate and succeed.
5151 </ p >
5252 </ div >
53-
54- < div class ="column "> </ div >
5553 </ div >
5654 </ section >
5755
Original file line number Diff line number Diff line change 11# header {
2- background-color : rgb ( 22 , 98 , 219 ) ;
3- border-bottom : 16px solid yellow ;
2+ background-color : # fe6f68 ;
3+ border-bottom : 16px solid black ;
44}
55
66# header p {
7- color : rgb (247 , 249 , 255 );
7+ color : # 27a79f ;
8+ font-weight : bolder;
9+ font-size : x-large;
810}
911
1012# header p strong {
11- color : white ;
13+ color : # 27a79f ;
1214}
1315
1416# main {
15- background-color : beige ;
17+ background-color : # 27a79f ;
1618 min-height : 1024px ;
1719}
1820
2123}
2224
2325# main .container img {
24- max-width : 512px ;
26+ margin-top : 32px ;
27+ max-width : 728px ;
2528}
2629
2730# main .subtitle {
2831 margin-top : 48px ;
2932}
3033
34+ # main .title {
35+ color : # fe6f68 ;
36+ }
37+
3138# footer {
32- border-top : 16px solid yellow ;
33- background-color : rgb ( 135 , 222 , 218 ) ;
39+ border-top : 16px solid black ;
40+ background-color : # fe6f68 ;
3441}
You can’t perform that action at this time.
0 commit comments