Skip to content
Snippets Groups Projects
Commit 357bdba6 authored by imi25's avatar imi25
Browse files

Finished week 5 contents

parent 5f7c634c
No related branches found
No related tags found
No related merge requests found
......@@ -65,8 +65,14 @@
<td>9781563249914</td>
<td>No</td>
</tr>
<tr class="rows">
<td>The magnificent WORLD OF BOB</td>
<td>BOB</td>
<td>4242424242424</td>
<td>Always</td>
</tr>
</table>
<!--Question 6-->
<button onclick="#">Click me</button>
<button onclick="goToCCI()">Click me</button>
</body>
</html>
function goToCCI() {
//window.open('https://drexel.edu/cci/');
window.open('https://drexel.edu/cci/');
}
......
......@@ -4,9 +4,15 @@ html{
margin: 0;
}
img {
width: 100px;
height: 100px;
}
body {
text-align: center;
/*Question 5d*/
background-image: url("https://media1.giphy.com/media/Nm1GNQOM6tIG708L3C/giphy.gif");
background-size: contain;
}
table {
......@@ -20,12 +26,12 @@ td {
/*Question 5a*/
#header-row {
background-color: white;
background-color: pink;
}
/*Question 5b*/
.rows {
background-color: white;
background-color: #90ee90;
}
/*Question 5c*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment