There was an error while loading. Please reload this page.
2 parents aa7bb26 + ebea990 commit 7bcdaa7Copy full SHA for 7bcdaa7
index.html
@@ -18,6 +18,7 @@
18
</nav>
19
</header>
20
<main>
21
+ <h1>Contact us</h1>
22
<div class="container"></div>
23
</main>
24
<footer>
styles.css
@@ -66,9 +66,18 @@ a:hover {
66
color: #f8f9fa;
67
}
68
69
+h1 {
70
+ font-size: 2.4rem;
71
+ font-weight: 700;
72
+ text-align: center;
73
+ margin-bottom: 2.4rem;
74
+}
75
+
76
.container {
77
background-color: #c5c2c2;
78
+ min-width: 620px;
79
width: 100%;
80
+ min-height: 400px;
81
display: flex;
82
flex-direction: column;
83
gap: 2.4rem;
0 commit comments