-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharry.html
72 lines (60 loc) · 1.23 KB
/
harry.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
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<link rel="stylesheet" href="style.css">
<style>
html {
scroll-behavior: smooth;
}
h1 {
text-align: top;
}
h2 {
text-align:top;
}
.column{
position: relative;
float: left;
margin-left: auto;
padding: 50px;
}
.wishes{
position: relative;
color: white;
padding: 50px;
}
img{
width: 400px;
}
#section2{
align-content: center;
}
a{
text-decoration: none;
color:white;
}
</style>
</head>
<body>
<!-- <div id="section1">
<h1><a href="#section2">HAPPY BIRTHDAY NANDAN 💖 <a></h1>
<canvas id="birthday"></canvas>
</div> -->
<div id="section2">
<div class="column" >
<img class="mySlides" src="https://i.pinimg.com/564x/8a/ef/9c/8aef9ce74e1b8263e47214b62ddcacf8.jpg"><br>
</div>
<div class="wishes" id="section2">
<h2 style="color:red;">N = Nice</h2>
<h2 style="color:orange;">A = Ambitious</h2>
<h2 style="color:yellow;">N = Noble</h2>
<h2 style="color:green">D = Dedicated</h2>
<h2 style="color:blue;">A = Active</h2>
<h2 style="color:indigo">N = Neat</h2>
</div>
<a href="photos.html">Click here if you are a nand-bot.</a>
</div>
</div>
<canvas id="birthday"></canvas>
<script src="style.js"></script>
</body>
</html>