diff --git a/css/style.css b/css/style.css index e69de29b..add375b4 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,46 @@ +.bigBox{ + border: 1px solid black; + margin: 5px; + padding: 5px; +} + +.date{ + + color: green; + display: inline; + +} +.hideBody{ +color:red; +display: none; +} + + + + .flip { + font-size: 16px; + padding: 10px; + text-align: center; + background-color: #4CAF50; + color: white; + border: solid 1px #a6d8a8; + margin: auto; +} + + +.sender{ + + margin: 5px; + color:red; +} + +.subject{ + + margin: 5px; + color:purple; +} +.bodyMessage{ + display: inline-block; + margin: 5px; + color:black; +} \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..61f0f0fa 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,4 @@ +
@@ -5,14 +6,64 @@ + -