summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/style.css19
-rw-r--r--index.html5
2 files changed, 23 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index a9cbbbe..6cf4e4e 100644
--- a/css/style.css
+++ b/css/style.css
@@ -160,6 +160,25 @@ header {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
+.features-container {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ max-width: 1200px;
+ margin: 0 auto;
+}
+
+.features h2 {
+ font-size: var(--font-size-big-3);
+ margin-bottom: 0;
+}
+
+.features h3 {
+ font-size: 20px;
+ font-weight: 500;
+ margin-top: .5rem;
+}
+
footer {
margin-top: 200px;
}
diff --git a/index.html b/index.html
index cb92835..d65576f 100644
--- a/index.html
+++ b/index.html
@@ -69,7 +69,10 @@
</div>
</hgroup>
<hgroup class="features">
- <h2>Chat hoc</h2>
+ <div class="features-container">
+ <h2>Chat hoc</h2>
+ <h3>Purposefully designed to consectetur adipiscing elit</h3>
+ </div>
</hgroup>
</main>
<footer></footer>