diff --git a/css/style.css b/css/style.css index e69de29b..ffee5714 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,55 @@ +#title{ + font-size: 36px; + text-align: center; + font-family: 'Righteous', cursive; +} +header{ + background-color: aqua; +} +body{ + background-color: whitesmoke; + +} +#main{ + font-size: 25px; + font-family: 'Ropa Sans', sans-serif; +} +#inbox{ + font-size: 18px; +} +#counter{ + display: inline +} +.messages{ + display: flex; + justify-content: space-between; + +} +.sender{ + display: inline; + font-family: 'Ropa Sans', sans-serif; + font-size: 16px; +} +.subject{ + display: inline; + text-align: center; + font-family: 'Ropa Sans', sans-serif; +} + +.messages{ + color: black; +} +.outerBox{ + border-style: solid; + border-color: black; + padding: 2px; +} + +.newOuterBox{ + border-style: solid; + border-color: black; + padding: 2px; +} +.body{ + display: none; +} \ No newline at end of file diff --git a/index.html b/index.html index a8a1aad9..ef9070e0 100644 --- a/index.html +++ b/index.html @@ -5,14 +5,131 @@ + +
-