diff --git a/css/style.css b/css/style.css index e69de29b..6b625856 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,49 @@ +h1{ + height: 200px; + width: 200px; + font-family: cursive; + font-size: 50px; + color: fuchsia; + position: absolute; + position: absolute; + top: 30px; + left: 50px; +} +th, +td{ + border: 1pt solid black; + padding: 10px; + font-family: verdana; + text-align: left; + font-weight: 20; +} + +.mailBox{ + top:40px; + left:425px; + position: relative; +} + +.container{ + color: red; + font-family: Impact; +} +.tableBody{ + display: grid; + grid-template-columns: auto auto auto; + background-color: #2196F3; + padding: 10px; + +} + +.Row{ + display: grid; + grid-template-columns: auto auto auto; + background-color: white; + padding: 10px; +} + +.sendCol{ + display: grid; + border: 1px solid black; +} diff --git a/index.html b/index.html index a8a1aad9..18b313e7 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,154 @@
+