Permalink
All your code in one place
GitHub makes it easy to scale back on context switching. Read rendered documentation, see the history of any file, and collaborate with contributors on projects across GitHub.
Sign up for free See pricing for teams and enterprises<html> | |
<head> | |
<meta charset="utf-8" lang="en"> | |
<style> | |
html { | |
font-size: 20px; | |
font-family: 'lato', sans-serif; | |
font-weight: lighter; | |
letter-spacing: 0.05rem; | |
} | |
.goodbye-container { | |
text-align: center; | |
margin-top: 15rem; | |
} | |
.bye-message { | |
font-size: 1.5rem; | |
} | |
.exit-text { | |
color: #707070; | |
margin-top: 1rem; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="goodbye-container"> | |
<div class="bye-message">👋 Bye!</div> | |
<div class="exit-text">You may now leave this page.</div> | |
</div> | |
</body> | |
</html> |