Finished index.html
This commit is contained in:
parent
2c56b628c4
commit
a5b6940387
2 changed files with 22 additions and 6 deletions
|
|
@ -18,7 +18,8 @@ h2 {color: black;
|
|||
font-family: 'HKGroteskRegular';
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 130%;
|
||||
font-size: 130%;
|
||||
padding-top: 3em;
|
||||
text-transform: uppercase;}
|
||||
h3 {color: black;
|
||||
font-family: 'HKGroteskRegular';
|
||||
|
|
@ -51,6 +52,7 @@ pre {color: grey;
|
|||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 100%; }
|
||||
strong {font-family: 'HKGroteskBold'; }
|
||||
#wrapper {background: white;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
|
|
@ -70,6 +72,10 @@ pre {color: grey;
|
|||
.footer a:hover { text-decoration: underline; color: navy; }
|
||||
.footer a:active { text-decoration: underline; color: fuchsia; }
|
||||
|
||||
.none {display: none;}
|
||||
|
||||
.bold {font-family: HKGroteskBold;}
|
||||
|
||||
.logo {
|
||||
background-color: grey;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue