Browse Source

Adds styles for site tagline

Muhammad Talha Mansoor 12 years ago
parent
commit
d4a1f4729b
2 changed files with 15 additions and 5 deletions
  1. 13 2
      css/custom.css
  2. 2 3
      index.html

+ 13 - 2
css/custom.css

@@ -34,13 +34,24 @@ background-image:url(images/oncrashrebootbanner.jpg);
 background-repeat:no-repeat;
 background-size:cover;
 display:block;
+padding-left: 2em;
+padding-top: 2em;
+padding-bottom: 2em;
 }
 
 #siteTitle{
 font-family:Consolas, monospace, "Courier New";
 font-size:3.0em;
-padding-left:0.5em;
-margin:0.5em 0px 0.5em 0px;
+margin:0 0 0 0;
+}
+
+#siteTagline {
+font-family:"Palatino Linotype", "MS Serif", "Times New Roman";
+color:black;
+font-style: italic;
+margin: 0em 0px 0em 0px;
+font-size: 1.5em;
+font-weight: normal;
 }
 
 .hmenu {

+ 2 - 3
index.html

@@ -72,9 +72,8 @@
     <div class="row pageForeground">
       <a class="col_12 siteBanner" href="http://www.google.com">
         <h1 id="siteTitle"><span style="color:#000000;">onCrash=</span><span style="color:#610B0B;">"reboot()"</span></h1>
-
-        <p>You can, you should, and if you're brave enough to
-        start, you will.</p>
+        <h4 id="siteTagline">You can, you should, and if you're brave enough to
+        start, you will.</h4>
       </a>
 
       <div class="col_12 hmenu">