Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions css/student_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,34 @@
}

/* Place your styles below this line */

#student19 {
background-image: url('http://www.wildlifedepartment.com/wildlifemgmt/turtles/Common%20Map%20Turtle.jpg');
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
font-size: 30px;
color: #fff;
font-family: 'Arial Black', Gadget, sans-serif;
text-shadow: 1px 1px #000;
transition: .2s;
}

#student19:hover {
background-image: url('https://s-media-cache-ak0.pinimg.com/236x/f1/f4/13/f1f413d6d07912be6080c08b186630ac.jpg');
color: #ff00f7;
text-shadow: 2px 2px #fff;
outline: 10px solid orange;
box-shadow: 18px 18px 10px #000;
animation: bounce .6s infinite ease;
}










6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ <h1>SCHOOL_NAME Student Portfolios</h1>
</div>
</div>
<!-- Copy lines 46-50, paste and edit below -->

<div class="col-sm-4">
<a class="student-tile" id ="student19" href="https://thebest404pageever.com/">
<span>student19</span>
</a>
</div>
</div>
</body>
</html>