A webpage with multiple sliding images of houses.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
1.0 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<script src="jquery-3.5.1.min.js"></script>
<script src="jquery-3.5.1.js"></script>
<script src="myScript1.js"></script>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div id="black">BLUE</div>
<div id="white">CUBE</div>
<div id="CG">Casa Grande</div>
<div id="myProgress">
<div id="myBar"></div>
</div>
<a href="#" class="previous round">&#8249;</a>
<a href="#" class="next round">&#8250;</a>
<div id="slider">
<figure>
<img src="../Project/buildings/buildings/1.png" alt="">
<img src="../Project/buildings/buildings/2.png" alt="">
<img src="../Project/buildings/buildings/3.png" alt="">
<img src="../Project/buildings/buildings/4.png" alt="">
<img src="../Project/buildings/buildings/5.png" alt="">
</figure>
</div>
</body>
</html>