-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π¦ NEW: BrowserSync Plumber and Notify are here.
- Loading branch information
1 parent
c64cca1
commit b37aa0c
Showing
12 changed files
with
2,048 additions
and
1,804 deletions.
There are no files selected for viewing
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,59 @@ | ||
/* MAIN CSS */ | ||
|
||
.main { | ||
display: table; | ||
width: 100%; | ||
} | ||
|
||
.steps { | ||
margin: 2.5rem 0; | ||
} | ||
.step { | ||
display: table; | ||
width: 100%; | ||
margin: 0 auto; | ||
text-align: center; | ||
padding: 2rem; | ||
} | ||
|
||
h2 { | ||
font-size: 2.5rem; | ||
} | ||
|
||
p { | ||
font-size: 1.8rem; | ||
max-width: 60rem; | ||
margin: 0 auto; | ||
line-height: 1.4; | ||
} | ||
|
||
.todo { | ||
display: table; | ||
width: 100%; | ||
/* background: #f3edec; */ | ||
margin: 3rem auto 0; | ||
padding: 1rem; | ||
max-width: 75rem; | ||
box-shadow: 0 10px 50px rgba(191, 191, 191, 0.35); | ||
} | ||
|
||
code { | ||
font-size: 1.5rem; | ||
line-height: 1.45; | ||
text-align: center; | ||
} | ||
|
||
footer.mb { | ||
display: table; | ||
width: 100%; | ||
margin: 0 auto; | ||
padding: 5rem 5rem 5rem 0; | ||
background: #f3edec; | ||
box-shadow: 0 10px 50px rgba(191, 191, 191, 0.35); | ||
} | ||
|
||
.mb p { | ||
font-size: 1.5rem; | ||
max-width: 120rem; | ||
/* text-align: left; */ | ||
} |
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
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
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
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
Oops, something went wrong.