Skip to content

Instantly share code, notes, and snippets.

@SoetZombie
Created May 4, 2018 11:42
Show Gist options
  • Save SoetZombie/c6879856f58949a33aa37f7dcda8e328 to your computer and use it in GitHub Desktop.
Save SoetZombie/c6879856f58949a33aa37f7dcda8e328 to your computer and use it in GitHub Desktop.
styles
body {
font-family: 'Open Sans', sans-serif;
}
h1 {
text-transform: uppercase
}
.thanks {
float: right;
margin-left: 20%;
margin-right: 20%;
}
.inline {
margin-left: 20%;
margin-right: 20%;
display: flex;
justify-content: space-between;
}
.wrap1 {
float: left;
height: 200px;
width: 30%;
}
.wrap2 {
float: right;
height: 200px;
width: 70%;
}
.inline .desc {
font-size: 24px;
}
.wrap1 p,
.wrap2 p {
vertical-align: middle;
}
.dates {
font-size: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment