-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetcarrots.html
27 lines (26 loc) · 1.28 KB
/
getcarrots.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<title>Carrots</title>
</head>
<body class="grasslandbg">
<div class="wrap">
<img class="logo2" src="finalbunnylogo.png" alt="logo of bunny with a carrot">
<h3 class="belowlogo">Hey ____, complete these tasks to make a wish come true!</h3>
<table class="center">
<tr>
<td><button type="button" class="btn btn-primary btn-lg blue btnmargins">Task 1</button></td>
<td><button type="button" class="btn btn-primary btn-lg blue btnmargins">Task 2</button></td>
<td><button type="button" class="btn btn-primary btn-lg blue btnmargins">Task 3</button></td>
</tr>
<tr>
<td><button type="button" class="btn btn-primary btn-lg blue">Task 4</button></td>
<td><button type="button" class="btn btn-primary btn-lg blue">Task 5</button></td>
<td><button type="button" class="btn btn-primary btn-lg blue">Task 6</button></td>
</tr>
</table>
</div>
</body>
</html>