-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDownloads
More file actions
24 lines (23 loc) · 731 Bytes
/
Downloads
File metadata and controls
24 lines (23 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="bootstrap.min.css">
<!--<script src="bootstrap.min.js"></script>-->
</head>
<style>
body {
background: url('mainpage.jpeg') no-repeat center center fixed;
background-color: #cccccc;
background-size: cover;
/*background-repeat: no-repeat;*/
}
</style>
<body>
<div style="margin-left:50%">
<h1 style="margin-top:10%">Campanile</h1><br>
<p>This icon was completed in 1914 and has been a fixture of the Berkeley campus ever since.</p>
<p>This site is dedicated to the Campanile's 100th anniversary - celebrating the .</p>
<button width="100%" onclick="document.location.href = 'scroll.html';" class="btn btn-lg btn-success">go</button>
</div>
</body>
</html>