diff --git a/css/style.css b/css/style.css index e69de29b..74ddbf22 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,95 @@ +body { + font-family: 'Roboto', sans-serif; + background-color: #666666; +} + +#title img:nth-child(1) { + height: 10%; + /* width: 5%; */ + max-width: none; + vertical-align: middle; +} + +#title { + color: #f2f2f2; +} + +#cuz { + display:inline-block; + font-size: 12pt; +} + +#menuItems { + float: left; + color: rgba(255, 20, 20, 0.788); + margin-left: -10px; + margin-right: 0px; + padding-left: 5px; + padding-right: 0px; + font-size: 16pt; + background: #cccccc; + border-radius: 0px 25px 25px 0px; + +} + +#inboxCounter:hover { + color: inherit; + background: inherit; + padding: none; + font-size: 16pt; +} + +.menuOptions:hover { + color: white; + background: rgb(255, 20, 0.788); + border-radius: 0px 25px 25px 0px; + margin: 0px 0px 0px -3px; + padding: 5px 10px 5px 2px; + +} + +#emails{ + /* padding: 20px 50px 20px 100px; */ + margin: 20px 110px 20px 110px; + /* border: 1px solid red; */ + +} + +.subject { + border: 1px solid cornflowerblue; + display: block; + margin: 0px 0px 0px 0px; + background-color: #333333; + color: #e6e6e6; + font-size: 14pt; + padding: 3px 0px 3px 10px; + /* overflow: auto; */ +} + +.date { + float: right; + display: none; + background-color: #333333; + font-size: 8pt; + /* overflow: auto; */ + padding: 0px 10px 0px 0px; +} + +.sender { + /* border: 2px solid blue; */ + background-color: #333333; + display: none; + font-size: 12pt; + font: bold; + padding-top: 20px; + /* overflow: auto; */ +} + +.body { + padding: 20px 50px 20px 50px; + background-color: #333333; + /* border: 2px solid red; */ + display: none; + font-size: 12pt; + /* overflow: auto; */ +} \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..3784ebf1 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,165 @@ + -
- Build Me! +

Gee-Mail
cuz...

+ +
+
\ No newline at end of file