-
Notifications
You must be signed in to change notification settings - Fork 0
/
picture.html
59 lines (55 loc) · 1.32 KB
/
picture.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>portfulio</title>
<link rel="stylesheet" type="text/css" href="krishna.css">
<style>
img{
max-height: 23.7vh;
}
#img{
max-width: 16vw;
}
a{
margin-left: 2vh;
}
button{
width:150;
height: 30px;
background-color:red;
color:White;
border:2px solid black;
font-size:18px;
font-family:comic sans ms;
}
button:hover{
background-color:transparent;
color:red;
}
</style>
</head>
<body>
<header id="head">welcome to nepal</header>
<nav id="nav">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="picture.html">picture</a>
<a onclick="aoc()" href="contracr.html">contact</a>
</nav><br>
<div>
<img src="pic/ktm.png">
<img src="pic/ma.png">
<img src="pic/ill.png">
<img src="pic/tr.png">
<img src="pic/pathivara.png">
<img src="pic/damak.png">
<img src="pic/b.png">
<img src="pic/g.png">
<img src="pic/su.png">
</div>
<br>
<footer id="foot">Thank you to visit my website.</footer>
</body>
</html>