Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created October 1, 2020 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techomoro/877f4e471561d21f324ab7ec7778924d to your computer and use it in GitHub Desktop.
Save techomoro/877f4e471561d21f324ab7ec7778924d to your computer and use it in GitHub Desktop.
body {
font-family: Arial;
padding: 20px;
background: #f1f1f1;
}
.leftcolumn {
float: left;
width: 75%;
}
.card {
background-color: white;
padding: 20px;
margin-top: 20px;
}
.title {
margin-left: 50px;
margin-right: 50px;
}
.content {
margin-left: 30px;
margin-right: 30px;
margin-top: 70px;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 40px;
line-height: 1.5;
}
p {
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
line-height: 1.8;
}
.row:after {
content: "";
display: table;
clear: both;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment