Skip to content

Commit 7b51798

Browse files
author
dmkvrs
committed
change colors
1 parent d073148 commit 7b51798

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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 &#128526;</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

style.css

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
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

@@ -21,14 +23,19 @@
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
}

team.jpg

439 KB
Loading

0 commit comments

Comments
 (0)