-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasw.html
35 lines (34 loc) · 1.15 KB
/
asw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<style>
html{
margin:0px;
padding:0px;
}
body{
background-image:url("background.jpg");
background-size:cover;
background-attachment: none;
}
</style>
</head>
<body>
<div style="background-color:black;height:100px;">
<nav style="color:white;font-size:25px;text-decoration:none;" align="center">
<img src="www.ambyar.jpg.jpeg" alt="" width="100px" align="center">
<a href="TUGAS" style="text-decoration:none;font-family:fantasy;color:pink;">TUGAS</a>
<a href="JADWAL" style="text-decoration:none;font-family:fantasy;color:pink;">JADWAL</a>
<a href="KEGIATAN" style="text-decoration:none;font-family:fantasy;color:pink;">KEGIATAN</a>
</nav>
</div>
<br>
<div align="center" style="font-family:monospace;color:yellowgreen;">
<h1>WELCOME TO PUSTAKA</h1>
</div>
<br>
<div align="center">
<img src="pulang.jpg" alt="" width="150px">
</div>
</body>
</html>