| @@ -0,0 +1,62 @@ | ||
| .foo { | ||
| width: 250px; | ||
| height: 250px; | ||
| margin-top: 20px; | ||
| margin-bottom: 400px; | ||
| float:left; | ||
| align:center; | ||
| opacity: 1; | ||
| transition: opacity .25s ease-in-out; | ||
| -moz-transition: opacity .25s ease-in-out; | ||
| -webkit-transition: opacity .25s ease-in-out; | ||
|
|
||
| } | ||
| .foo:hover{ | ||
| opacity: 0.5; | ||
| pdis { opacity: 0; transition: opacity 0.5s linear;} | ||
|
|
||
| } | ||
|
|
||
| .gryffindor { | ||
| background: #740001; | ||
| margin-left:150px; | ||
| margin-right: 20px; | ||
|
|
||
|
|
||
| } | ||
| .paisley span{ | ||
| visibility: hidden; | ||
| } | ||
|
|
||
| .paisley:hover span{ | ||
| visibility: visible; | ||
|
|
||
| } | ||
| h1{ | ||
| font-size:500%; | ||
| text-align:center; | ||
| font-family: 'Berkshire Swash'; | ||
| color: black; | ||
| } | ||
| header{ | ||
| font-family: 'Berkshire Swash'; | ||
| color: white; | ||
| margin-left:15px; | ||
| text-align:left; | ||
| font-size:150%; | ||
| } | ||
|
|
||
| .slytherin { | ||
| background: #10670c; | ||
| margin-right:20px; | ||
| } | ||
|
|
||
| .ravenclaw { | ||
| background: #250e49; | ||
| margin-right:20px; | ||
| } | ||
|
|
||
| .hufflepuff{ | ||
| background: #ecb939; | ||
| margin-: 150px; | ||
| } |
| @@ -0,0 +1,36 @@ | ||
| body{ | ||
| background: linear-gradient(rgba(37,14,73,0), rgba(37,14,73,1)); | ||
| } | ||
| h1{ | ||
| font-size:500%; | ||
| text-align:center; | ||
| font-family: 'Berkshire Swash'; | ||
| color: black; | ||
| } | ||
| h2{ | ||
| font-family:Berkshire Swash; | ||
| font-size:320%; | ||
| margin-top:40px; | ||
| margin-bottom:0px; | ||
| margin-left:75px; | ||
| } | ||
| p{ | ||
| font-family:Berkshire Swash; | ||
| font-size:150%; | ||
| margin-left:85px; | ||
| } | ||
| .mylist{ | ||
| font-family:Berkshire Swash; | ||
| font-size:150%; | ||
| margin-left:85px; | ||
| } | ||
| .banner{ | ||
| width: 100%; | ||
| height: 100px; | ||
| background: #250e49; | ||
| position: static; | ||
| z-index: 2; | ||
| box-shadow: 0 4px 4px rgba(0,0,0,0.1); | ||
| width: 80%; | ||
| margin: 0 auto; | ||
| } |