ソースを参照

Adds styles for article title and changes its column span

Muhammad Talha Mansoor 12 年 前
コミット
24ac0ace18
共有2 個のファイルを変更した13 個の追加2 個の削除を含む
  1. 11 0
      css/custom.css
  2. 2 2
      index.html

+ 11 - 0
css/custom.css

@@ -69,6 +69,17 @@ font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
 font-size: 1.1em;
 }
 
+.articleTitle {
+border-top: 1px solid #CCC;
+border-bottom: 1px solid #CCC;
+font-size: 3.2em;
+color: black;
+font-weight: normal;
+font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
+line-height: 1.5;
+margin-left:0.5em;
+}
+
 .post {
 font-family: Georgia, "DejaVu Serif", Times, "Times New Roman", serif;
 font-size: 1.0em;

+ 2 - 2
index.html

@@ -103,8 +103,8 @@
       </div>
 
       <div class="">
-        <div class="col_12">
-          <h1>Name of the article</h1>
+        <div class="col_10 suf_2">
+          <h1 class="articleTitle">Name of the article</h1>
         </div>
 
         <div class="col_3">