Skip to content

Commit ab8a75e

Browse files
authored
Update resources.html
1 parent 0563697 commit ab8a75e

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

resources.html

+29
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>The Vocabulary</title>
7+
<style>
8+
body { font-family: Arial, sans-serif; background: #e9ecef; padding: 20px; }
9+
.container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
10+
.button { font-family: Arial, sans-serif; background: blue; padding: 20px; text-align: right; }
11+
h1 { text-align: center; }
12+
h6 { text-align: center; }
13+
</style>
14+
</head>
15+
<body>
16+
<div class="container">
17+
<h1>Resources<br></h1>
18+
<p></p>
19+
120

21+
22+
</div>
23+
<div class="button">
24+
<a href="basketball.html"><button>Next</button></a>
25+
<a href="vocabulary.html"><button>Back</button></a>
26+
<a href="homepage.html"><button>Home</button></a>
27+
</div>
28+
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)