Skip to content

Commit 7bcdaa7

Browse files
authored
Merge pull request #5 from OpenCodeChicago/alex_set_up
Added title
2 parents aa7bb26 + ebea990 commit 7bcdaa7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
</nav>
1919
</header>
2020
<main>
21+
<h1>Contact us</h1>
2122
<div class="container"></div>
2223
</main>
2324
<footer>

styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,18 @@ a:hover {
6666
color: #f8f9fa;
6767
}
6868

69+
h1 {
70+
font-size: 2.4rem;
71+
font-weight: 700;
72+
text-align: center;
73+
margin-bottom: 2.4rem;
74+
}
75+
6976
.container {
7077
background-color: #c5c2c2;
78+
min-width: 620px;
7179
width: 100%;
80+
min-height: 400px;
7281
display: flex;
7382
flex-direction: column;
7483
gap: 2.4rem;

0 commit comments

Comments
 (0)