ending message

master
ada 1 month ago
parent fff212b9aa
commit b617fe29d5

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

@ -15,13 +15,22 @@
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%;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.content-item > * {
@ -201,5 +210,14 @@
margin: auto;
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