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>

@ -16,7 +16,16 @@
} }
.content-item { .ending {
display: flex;
flex-wrap: wrap;
justify-content: center;
font-family:'Redaction_50-Regular';
padding-top: 4rem;
font-size: 2rem;
}
.content-item {
max-width: 80%; max-width: 80%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
@ -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