Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- font-family: "Crimson Text", "Times New Roman", serif;
- background-color: #F2FFFC;
- font-size: 120%;
- line-height: 1.5;
- }
- h1, h2 {
- font-family: "Open Sans Condensed", "Arial", sans-serif;
- }
- main h1 {
- text-align: center;
- background-color: #851944;
- color: #FFF;
- padding: 25px;
- border-bottom: 10px solid black;
- }
- p {
- text-align: justify;
- }
- blockquote {
- background-color: #D9E5E3;
- border: 10px solid #C2CCCA;
- width: 250px;
- box-sizing: border-box;
- }
- aside {
- background-color: #3C1D3D;
- color: #F2FFFC;
- }
- footer {
- background-color: #000;
- color: #F2FFFC;
- }
- nav a {
- color: #F2FFFC;
- }
- main a {
- color: #851944;
- }
- aside a {
- color: inherit;
- font-family: "Open Sans Condensed", sans-serif;
- }
- blockquote, aside, footer {
- padding: 20px;
- }
- main div {
- width: 720px;
- margin: auto;
- }
- aside {
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement