ending message

master
ada 1 month ago
parent fff212b9aa
commit b617fe29d5

@ -63,6 +63,6 @@
</p> </p>
</div> </div>
</div> </div>
<div class="ending"> bye. </div> <div class="ending"> bye for now. </div>
</body> </body>
</html> </html>

@ -15,13 +15,22 @@
justify-content: center; justify-content: center;
} }
.ending {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-family:'Redaction_50-Regular';
padding-top: 4rem;
font-size: 2rem;
}
.content-item { .content-item {
max-width: 80%; max-width: 80%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
text-align: center; text-align: center;
} }
.content-item > * { .content-item > * {
@ -201,5 +210,14 @@
margin: auto; margin: auto;
margin-top: 110px; margin-top: 110px;
} }
.ending {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-family:'Redaction-Regular';
padding-top: 4rem;
font-size: 1rem;
}
} }
} }
Loading…
Cancel
Save