diff --git a/css/style.css b/css/style.css index e69de29b..0ec8ea91 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,61 @@ +body{ + color: black); + font-family: 'Raleway', sans-serif; + background-image: linear-gradient(to bottom right, #d9a7c7, #fffcdc); + background-attachment: fixed; +} + +.header{ + display: inline-block; + padding: 5px; +} + +.inner{ + display: none; + color: #67536c; +} + +.body{ + display: none; +} + +.boxCount{ + color: #fffcdc; + font-style: bold; +} + +header{ + color: #fffcdc; + font-family: 'Montserrat', sans-serif; + background-color: #6C5363; + margin: 0px; + padding: 10px; + padding-left: 20px; +} + +.msgDiv{ + border-bottom: 1px grey solid; + /* background-color: #ffffff %; */ + margin-left: 200px; +} + +/* Left column */ +.column { + float: left; + width: 10%; + padding: 10px; + } + + /* Right column */ + .column.middle { + float:left; + width: 75%; + } + + form{ + display: inline; + } + + .search-container{ + background-color:#6C5363; + } \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..221387bb 100644 --- a/index.html +++ b/index.html @@ -2,17 +2,144 @@
+ + // We have to use window.onload so your JavaScript doesn't execute until the page has loaded and all HTML has been downloaded to your browser + +// Inbox counter: +var counter = document.createElement('div'); + counter.className = 'boxCount'; + counter.innerHTML = geemails.length; + inbCounter.appendChild(counter); + + +// For loops to show all emails by date, sender, subject and body +for (var i = 0; i