diff --git a/assests/kisspng-g-suite-gmail-computer-icons-google-email-e-mail-5ad074ba7e8a91.7988519415236108105183.png b/assests/kisspng-g-suite-gmail-computer-icons-google-email-e-mail-5ad074ba7e8a91.7988519415236108105183.png new file mode 100644 index 00000000..f60f1ac5 Binary files /dev/null and b/assests/kisspng-g-suite-gmail-computer-icons-google-email-e-mail-5ad074ba7e8a91.7988519415236108105183.png differ diff --git a/css/style.css b/css/style.css index e69de29b..9acf475d 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,90 @@ +html{ + font-size: 1px; + background-color: white; + font-family: 'Raleway', sans-serif; +} + +body{ + margin: 0; +} + +h1{ + font-size: 10em; + position: relative; + left: 46; + margin-bottom: 10px; + margin-top: 10px; +} + +#inbox{ + display: inline; +} + +#main{ + background-color: #DCDCDC; + overflow-y: scroll; + width:90%; + height: 92%; + float: right; +} + +#mailIcon{ + height: 7em; + width: 7em; + position: absolute; + left: 8; + top: 27; +} + +#sideBar{ + float: left; + font-size: 20em; + position: relative; + width: 6.3em; + left: 8; + top: 10; +} + +#spamSite{ + position: relative; + width: 100%; + height: 100%; +} + +#title{ + font-size: 5em; + border-bottom: 1px black solid; +} + +.date{ + float: right; + font-size: 3em; + position: relative; + left: 12; + bottom: 10; +} + +.msgBody{ + font-size: 3.5em; + position: relative; + bottom: 9; +} + +.msgBox{ + margin: 0; + padding: 3em; + border: 1px solid black; + font-size: 5em; + padding-bottom: 1em; +} + +.sender{ + font-size: 5em; + padding-bottom: 8px; +} + +.subject{ + font-size: 3em; + position: relative; + bottom: 11; +} \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..6a17bc55 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,156 @@ + Gee-Mail + -
- Build Me! +
+
+

Gee-Mail

+ +
+
+
+
+ +
+
\ No newline at end of file