Line 15: | Line 15: | ||
.site {width: 100%} | .site {width: 100%} | ||
.site h1 { | .site h1 { | ||
− | margin-top: | + | margin-top: 15%; |
color: #ffffff; | color: #ffffff; | ||
text-decoration: none; | text-decoration: none; | ||
− | font-size: | + | font-size: 800%; |
− | height: 35px; | + | height: 35px; <!--error--> |
background-color: rgba(255, 255, 255, 0.0);} | background-color: rgba(255, 255, 255, 0.0);} | ||
.site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px; | .site h2 {margin-top: 0; position: relative; margin-bottom: 300px; padding-bottom: 100px; | ||
− | font-size: | + | font-size: 300%; |
color: #ffffff; | color: #ffffff; | ||
− | height: 30px; | + | font-weight: 100; |
+ | height: 30px;<!--error--> | ||
} | } | ||
table {text-align: center;} | table {text-align: center;} | ||
Line 89: | Line 90: | ||
</style> | </style> | ||
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link> | <link href="http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css" rel="stylesheet"></link> | ||
− | <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> | + | <link href="https://fonts.googleapis.com/css?family=Roboto:100,300" rel="stylesheet"> |
<meta name= "viewport" content = "initial-scale=1.0, width= device-width" /> | <meta name= "viewport" content = "initial-scale=1.0, width= device-width" /> | ||
</link> | </link> |
Revision as of 10:19, 9 October 2016