You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.1 KiB
HTML
58 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Home</title>
|
|
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
|
|
<style type="text/css">
|
|
|
|
body {font-family: mono;
|
|
position: relative;
|
|
background-image: url('./img/34.jpg');
|
|
background-position: 950px -30px;
|
|
}
|
|
|
|
h1 {background-color: white;
|
|
width: 215px;
|
|
padding: 6px;}
|
|
|
|
#n1 {width: 228px;
|
|
height: 653px;
|
|
position: absolute;
|
|
left: 986px;
|
|
top: 55px;
|
|
background-position: -178px 0px;}
|
|
|
|
#n2 {width: 292px;
|
|
height: 781px;
|
|
position: absolute;
|
|
left: 1481px;
|
|
top: 49px;
|
|
background-size: 350px 515px;}
|
|
|
|
#n3 {width: 228px;
|
|
height: 489px;
|
|
position: absolute;
|
|
left: 1212px;
|
|
top: 55px;
|
|
background-size: 500px auto;}
|
|
|
|
a#n1:hover {
|
|
background-image: url(./img/19.JPG);
|
|
}
|
|
a#n2:hover {
|
|
background-image: url(./img/26.jpg);
|
|
}
|
|
a#n3:hover {
|
|
background-image: url(./img/5.jpg);
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a class="h" id="n1"href="rooftop.html"></a>
|
|
<a class="h" id="n2"href="rooftop.html"></a>
|
|
<a class="h" id="n3"href="rooftop.html"></a>
|
|
</body>
|
|
</html> |