-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jessica Lord
committed
Jun 30, 2014
1 parent
bb264c5
commit 22003bd
Showing
3 changed files
with
36 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
/* Stylez | ||
Franklin Gothic Book*/ | ||
|
||
body {font-family: Montserrat, Helvetica Neue, sans-serif; margin: 0 auto; background: #FFDED1; line-height: 2em; padding: 12px; box-sizing: border-box; color: #333;} | ||
body, html {height: 100%;} | ||
|
||
.wrapper {box-sizing: border-box; height: 100%; overflow: auto; } | ||
|
||
|
||
a {text-decoration: none; color: #333; border-bottom: 3px solid #0068FF;} | ||
a:hover {color: #0068FF} | ||
p {font-weight: 200; font-size: 20px;} | ||
|
||
.name {font-family: Montserrat; font-size: 45px; text-transform: uppercase; font-weight: 900; padding: 12px; border: 4px solid #0068FF; color: #0068FF; display: inline-block; position: absolute; margin-bottom: 60px; top: 60px; left: 90px;} | ||
|
||
.container {margin: 0 auto; width: 600px; height: 400px; padding: 130px 12px; overflow: auto;} | ||
article {padding-top: 60px;} | ||
|
||
.meta {text-transform: uppercase; font-family: Arial, Courier New, Source Sans Pro, sans-serif; font-size: 10px; letter-spacing: .15em;} | ||
.meta a:hover {color: #333;} | ||
|
||
.inline-list {list-style: none; margin: 0; padding: 0;} | ||
.inline-list li {display: inline-block;} | ||
|
||
footer .inline-list li {margin-right: 40px;} | ||
footer a {border: none; color: #0068FF;} | ||
footer {margin: 0 auto; position: absolute; bottom: 50%; right: -263px; padding: 40px 0; width: 600px; -webkit-transform: rotate(-90deg);} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters