diff --git a/css/style.css b/css/style.css index e69de29b..764dcd3e 100644 --- a/css/style.css +++ b/css/style.css @@ -0,0 +1,42 @@ +.envelopedMessage{ + border: 1px solid black; + background-color: #D3D3D3; +} + +h1 { + background-color:#D3D3D3; + color: #000; + font-size: 300%; +} + +div { + margin: 10px 10px 10px 10px; +} + +.subject { + font-weight: bold; +} + +#main-container{ + height:100%; + width:100%; +} + +#messageBody { + position:relative; + border:1px solid black; + margin-left:500px; + padding:10px; + background-color:#D3D3D3; +} + +#inbox { + float:left; + width: 50%; + margin-right:20px; +} + +#main{ + width:75%; + margin: 0 auto; +} diff --git a/index.html b/index.html index a8a1aad9..c0c60de6 100644 --- a/index.html +++ b/index.html @@ -1,18 +1,154 @@ -
- - + + + +