@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<title>Potterhead</title>



<link rel="stylesheet" href="css/style.css">




<link rel="stylesheet" href="potterhead.css">


</head>

<body>
@@ -27,7 +27,7 @@ <h1>Potterheads</h1>
</span>
</div>
</div>

<!--start slytherin text-->
<div class="foo slytherin">
<div class="paisley" style="visibility: visible"><span><header style="font-size:175%;text-align:center;margin-bottom:20px;"><ins>Slytherin</ins>
@@ -61,7 +61,7 @@ <h1>Potterheads</h1>
<div>
<header style="font-color:black;">return home</header>
</div>


</body>
</html>
@@ -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;
}
@@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<title>Ravenclaw</title>



<link rel="stylesheet" href="css/style.css">




<link rel="stylesheet" href="ravenclaw.css">


</head>

<body>
@@ -34,7 +34,7 @@ <h2><b><ins>FAMOUS RAVENCLAWS</ins><b></h2>
<li class="mylist"><i>The Grey Lady</i></li>
<h2 style="margin-bottom:600px;"><ins>FORUM</ins><h2>
</body>


</body>
</html>
@@ -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;
}