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
8 changes: 8 additions & 0 deletions css/student_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@
}

/* Place your styles below this line */
#student14{
background-image: url("http://cdn.smosh.com/sites/default/files/2016/04/krabs-meme-fb.jpg");
background-size: 100%;
border-radius: 5px;
border-color: purple;
background-repeat: no-repeat;
border: 5px dashed purple;
}
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ <h1>SCHOOL_NAME Student Portfolios</h1>
</div>
<!-- Copy lines 46-50, paste and edit below -->


<div class="col-sm-4">
<a class="student-tile" id ="student14" href="https://github.com/samanthakayberger">
<span>student 14</span>
</a>
</div>
</div>
</body>
</html>