Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
init aa84bcb May 2, 2019
1 contributor

Users who have contributed to this file

34 lines (30 sloc) 649 Bytes
<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>
You can’t perform that action at this time.