diff --git a/css/style4.css b/css/style4.css new file mode 100755 index 0000000..ed87a88 --- /dev/null +++ b/css/style4.css @@ -0,0 +1,64 @@ +/* this centers my content on the browser window */ +.wrapper{ + width:800px; + height:620px; + margin:0px auto; + padding:10px 20px; + border:3px solid #999; +} +#header{ + +h1, h2{ + color:#999; + text-align:center; +} +h2{ + color:#666; +} +#navigation{ + height:50px; +} +#navigation li{ + display:inline; + float:right; + margin-right:20px; +} +a:link{ + text-decoration:none; + color:#ff0066; +} +a:visited{ + text-decoration:none; + color:#666; +} +a:hover{ + text-decoration:none; + color:#00ccff; +} +#mainContent{ + +} +h3{ + +} +hr{ + +} +.entryPost p{ + +} +#sideBar{ + +} +#sideBar h3{ + +} +#sideBar hr{ + +} +#sideBar ul li{ + +} +#footer{ + text-align:center; +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100755 index 0000000..7603b8e --- /dev/null +++ b/index.html @@ -0,0 +1,42 @@ + + + + + Q&A in HTML + + + +
+ + +
+
+ + + + + +
+
+ + + + \ No newline at end of file