feat(hanyuu): footer style

main
steven 2020-12-03 16:29:18 -05:00
parent c7b926d8e0
commit 2b823669ba
1 changed files with 6 additions and 1 deletions

View File

@ -161,6 +161,11 @@
background-size: 144px 162px; background-size: 144px 162px;
} }
/* footer */
#hanyuu {
color: #8d85d3;
}
/* 700px breakpoint */ /* 700px breakpoint */
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
footer, #homes, #services, footer { footer, #homes, #services, footer {
@ -263,7 +268,7 @@
<div id="mister-hooly"></div> <div id="mister-hooly"></div>
<footer> <footer>
<p>Child of Man. What is it you seek from this World?</p> <p id="hanyuu">Child of Man. What is it you seek from this World?</p>
</footer> </footer>
</body> </body>