From 228119f8646a2dd0501d3221c60f52fdbffba0d9 Mon Sep 17 00:00:00 2001 From: Dazaev Vives Date: Thu, 14 Sep 2017 00:09:14 -0500 Subject: [PATCH] css mockup lab --- starter-code/css/main.css | 73 +++++++++++++++++++++++++++++++++++++++ starter-code/index.html | 2 +- 2 files changed, 74 insertions(+), 1 deletion(-) diff --git a/starter-code/css/main.css b/starter-code/css/main.css index e69de29..2a91028 100755 --- a/starter-code/css/main.css +++ b/starter-code/css/main.css @@ -0,0 +1,73 @@ +*{ + font-family: Lato, sans-serif; +} +body{ + width: 90%; + border-left: solid rgba(173, 173, 173, 1) 5px; + padding-left: 40px; +} +h1 a{ + text-decoration: none; + color: #ffcb85; +} +h1 { + font-weight: 300; + font-size: 48px; +} +h2 { + font-weight: 400; + margin-top: -1em +} +nav a { + color: rgba(227, 227, 227, 1); + font-size: 20px; + padding: 0 6px; +} +h3 { + color: rgba(227, 227, 227, 1); + font-size: 35px; + font-weight: lighter; + padding-top: 2%; +} +h2 a{ + text-decoration: none; + color: black; + font-weight: 300; + font-size: 30px; +} +img{ + width: 630px; +} +p::first-letter{ + color: rgba(227, 227, 227, 1); + font-size: 90px; + line-height: 70%; + float: left; + padding: 0 8px 8px 0; +} +p{ + font-size: 17px; +} +h4 a{ + text-decoration: none; + color: #ffcb85; + text-align: right; + padding-left: 80%; +} +article{ + width: 59%; + border-bottom: solid rgba(227, 227, 227, 1) 2px; +} +footer{ + padding-top: 7%; + color: rgba(227, 227, 227, 1); + +} +footer nav a{ + color: #ffcb85; + padding-left: 1px; + font-size: 18px; +} +footer p::first-letter{ + font-size: 25px; +} diff --git a/starter-code/index.html b/starter-code/index.html index 4409067..ba581df 100755 --- a/starter-code/index.html +++ b/starter-code/index.html @@ -54,4 +54,4 @@

Continues...

© 2015 Rugged Industries, Inc.

- \ No newline at end of file +