|
|
Line 43: |
Line 43: |
| font-style: italic; | | font-style: italic; |
| color: black; | | color: black; |
| + | text-decoration: underline; |
| } | | } |
| h4{ | | h4{ |
Revision as of 16:20, 29 October 2017
.html{
height: 100%;
}
h1{
font-size: 100px;
text-align: center;
color: black;
font-family: 'Saira', sans-serif;
padding-top: 40px;
text-shadow: 4px 4px #3bb1e2;
}
h3{
font-size: 25px;
font-style: italic;
text-align: center;
text-shadow: 2px 2px #33FF33;
padding-top: 20px;
padding-bottom: 30px;
font-family: 'Abel', san-serif;
font-style: italic;
color: black;
text-decoration: underline;
}
h4{
font-size: 18px;
font-style: italic;
text-align: center;
padding-top: 20px;
padding-bottom: 30px;
font-family: 'Abel', san-serif;
color: black;
}
h2{
padding: 75px 0 0 0;
font-size: 36px;
font-style: normal;
font-family: 'Saira', sans-serif;
text-align: center;
color: black;
}