This repository has been archived by the owner on Mar 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
1 parent
dd6a0cb
commit e6c2fa5
Showing
8 changed files
with
105 additions
and
53 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 was deleted.
Oops, something went wrong.
File renamed without changes.
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,22 @@ | ||
body { | ||
background: #fafafa; | ||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
color: #333; | ||
} | ||
|
||
.hero-unit { | ||
margin: 50px auto 0 auto; | ||
width: 300px; | ||
font-size: 18px; | ||
font-weight: 200; | ||
line-height: 30px; | ||
background-color: #eee; | ||
border-radius: 6px; | ||
padding: 60px; | ||
} | ||
|
||
.hero-unit h1 { | ||
font-size: 60px; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} |
This file was deleted.
Oops, something went wrong.
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,29 @@ | ||
@import "bootstrap-sass/lib/bootstrap"; | ||
|
||
/* Put your CSS here */ | ||
html, body { | ||
margin: 20px; | ||
} | ||
|
||
body { | ||
background: #fafafa; | ||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | ||
color: #333; | ||
} | ||
|
||
.hero-unit { | ||
margin: 50px auto 0 auto; | ||
width: 300px; | ||
font-size: 18px; | ||
font-weight: 200; | ||
line-height: 30px; | ||
background-color: #eee; | ||
border-radius: 6px; | ||
padding: 60px; | ||
} | ||
|
||
.hero-unit h1 { | ||
font-size: 60px; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} |
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