Parcourir la source

CSS layout set for the main article

I have experimented with different settings and have decided to
use the settings added in this commit onwards for the main article/post.
Muhammad Talha Mansoor il y a 12 ans
Parent
commit
64d4258408
2 fichiers modifiés avec 10 ajouts et 4 suppressions
  1. 9 3
      css/custom.css
  2. 1 1
      index.html

+ 9 - 3
css/custom.css

@@ -11,8 +11,14 @@ text-align: center;
 color: white;
 }
 
-
-
+.post
+{
+font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
+font-size: 1.0em;
+line-height: 1.5em;
+color: #111;
+text-align: justify;
+}
 
 /*
 _______________________________
@@ -40,4 +46,4 @@ Provide higher res assets for iPhone 4 - preset code from cssgrid.net */
 	}
 	*/
 
-}
+}

Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
index.html