Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
Created June 16, 2017 00:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodeMyUI/f647119cb2e0f63abf5b68062e6eb64e to your computer and use it in GitHub Desktop.
Save CodeMyUI/f647119cb2e0f63abf5b68062e6eb64e to your computer and use it in GitHub Desktop.
Overflow
<div>
<h1>Overflow</h1>
</div>
body {
background: #DDC8C4;
font-family: 'Dosis', sans-serif;
}
div {
border: 20px solid #6B4D57;
width: 300px;
height: 300px;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%,-50%);
}
h1 {
font-size: 8em;
color: #13070C;
padding: 0 .25em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment