+
grey block
@@ -80,7 +80,7 @@
Nibh Fusce Parturient Tristique

 11 January, 2012

23

-
+
grey block
Nullam Mattis Sit Tellus
@@ -98,7 +98,7 @@
Porta Condimentum Tellus

 05 January, 2012

11

-
+
grey block
Consectetur Ligula Etiam
@@ -107,7 +107,7 @@
Consectetur Ligula Etiam

 03 January, 2012

13

-
+
grey block
Tortor Pharetra Fermentum
@@ -116,7 +116,7 @@
Tortor Pharetra Fermentum

 01 January, 2012

17

-
+
grey block
Ligula Inceptos Cursus Sit
@@ -125,7 +125,7 @@
Ligula Inceptos Cursus Sit

 29 December, 2011

11

-
+
grey block
Ornare Elit Cursus Tellus
@@ -136,8 +136,8 @@
Ornare Elit Cursus Tellus
-
- +
+ diff --git a/styles/blog-post-css.css b/styles/blog-post-css.css index 8dd2d2c..6904e36 100644 --- a/styles/blog-post-css.css +++ b/styles/blog-post-css.css @@ -1,11 +1,20 @@ /* navbar */ .logo { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-family: 'Snell Roundhand', 'Brush Script', Damion, 'Ceviche One', cursive; } /* main article */ +#ridiculus-image { + float: left; +} + +.main-banner { + float: right; + margin-right: 100px; +} + #main-article { max-height: 500px; font-size: smaller; @@ -20,10 +29,12 @@ #vestibum { float: left; width: 86px; + margin-left: -35px; + margin-top: 25px; } .post-one { - margin-left: 5px; + margin-left: 15px; } /* recent posts */ @@ -65,6 +76,7 @@ .comment-form { width: 710px; + max-width: 750px; } .form-fields { diff --git a/styles/index-css.css b/styles/index-css.css index 87ef2a4..b062137 100644 --- a/styles/index-css.css +++ b/styles/index-css.css @@ -1,15 +1,22 @@ /* navbar */ .logo { - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-family: 'Snell Roundhand', 'Brush Script', Damion, 'Ceviche One', cursive; + margin-left: 50px; } #navbarNav { float: right; + margin-left: 525px; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } /* main content */ +.main-content { + width: 115%; +} + .comment-date { float: left; font-family: Calibri, 'Open Sans', 'Alégre Sans', 'Helvetica Neue', sans-serif; @@ -23,6 +30,35 @@ .posts { height: fit-content; + display: inline-block; +} + +.post-four { + top: -50px; +} + +.post-six { + top: -80px; +} + +.post-seven { + top: -50px; +} + +.post-eight { + top: -80px; +} + +.post-nine { + top: -130px; +} + +hr { + border: 2px dotted; +} + +#submit-button { + margin-left: 50px; } /* sub-footer*/