-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (19 loc) · 1.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>TODO supply a title</title>
<meta charset="UTF-8">
</head>
<body style="background-color : #E8C720; ">
<div id ="content" style = "overflow : hidden; background-color : #427590; width : 1800px; height : 900px; padding-top : 20px; padding-bottom : 70px; border-radius : 100px; margin-left: 3%; margin-top:50px;">
<div style='margin-left: 11%; '>
<img src="title.png" style=''>
</div>
<div style='margin-left: 13%;width: 100%;'>
<img src="movie.png" style='width: 450px; height: 450px;' onmouseout='this.src = "movie.png";' onmouseover='this.src = "movie_s.png";' onclick='location.assign("movie.html");'>
<img src="make.png" style='width: 450px; height: 450px;' onmouseout='this.src = "make.png";' onmouseover='this.src = "make_s.png";' onclick='location.assign("make.html");'>
<img src="share.png" style='width: 450px; height: 450px;' onmouseout='this.src = "share.png";' onmouseover='this.src = "share_s.png";' onclick='location.assign("learn.html");'>
</div>
</div>
</body>
</html>