Skip to content
Merged
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
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css"></link>
<title>Seattle Outreach Services</title>
</head>
<body>

<div>
<img src="burgershake.png" class="button" id="food" onClick="window.location='food.html'">
<img src="assets/working/png/burgershake.png" class="button" id="food" onClick="window.location='food.html'">
</div>

</body>
Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.button {
border: 5px solid black;
width: 150px;
height: 150px;
}

#food {
background: url('assets/working/png/burgershake.png');
border: 2px solid black;

}