-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlast.html
More file actions
144 lines (114 loc) · 4.21 KB
/
last.html
File metadata and controls
144 lines (114 loc) · 4.21 KB
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
<html>
<head>
<title>
Bday Bash
</title>
<style>
header {
background-image:linear-gradient(rgb(141, 24, 73),rgb(255, 72, 0));
padding: 20px;
text-align: center;
font-size: 35px;
width: 100%;
color: white;
font-family: Comic Sans MS, Monospace, Verdana, Geneva, Tahoma, sans-serif;
}
nav {
float: center;
width: 100%;
height: 580px; /* only for demonstration, should be removed */
background: rgb(160, 225, 243);
padding: 40px;
}
button{
float: right;
}
video {
width: 50%;
height: 80%;
}
.button {
background-color: #4CAF50;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
article {
float: left;
padding: 20px;
width: 80%;
background-color: #f1f1f1;
height: 515px; /* only for demonstration, should be removed */
}
/* Clear floats after the columns */
section::after {
background-color: black ;
content: "";
display: table;
clear: both;
}
img{
border-radius: 0%;
height: 80%;
max-width: 40%;
}
nav {
float: left;
width: 20%;
height: 100px;
height: 515px; /* only for demonstration, should be removed */
background: rgb(151, 204, 7);
padding: 20px;
}
/* Style the list inside the menu */
nav ul {
list-style-type: none;
padding: 0;
}
h1 {
text-decoration: underline overline;
text-decoration-color: cornflowerblue;
}
footer {
background-image:linear-gradient(rgb(141, 24, 73),rgb(255, 72, 0));
padding: 20px;
text-align: center;
color: white;
}
</style>
</head>
<body>
<header>
<h1> HAPPY BIRTHDAY ASH</h1>
<br>
</header>
<section>
<nav>
<a href="index.html" class="button">Home</a>
<a href="journey.html" class="button">Click HERE to view your journey timeline</a>
<a href="gallery.html" class="button">Some Previous Memories</a>
<a href="gallery1.html" class="button">Some more pics</a>
<a href="smita.html" class="button">Video by smita</a>
<a href="wishes.html" class="button">Wishes for you By AWSMPie</a>
<a href="best.html" class="button">Best Pics..... </a>
<a href="pdf.html" class="button">PDF by SMita </a>
<a href="last.html" class="button">Last but not the least</a>
</nav>
<div class="gallery">
<center><h2>We again wish u a charming and happiest b'day ever ash....Keep smiling..</h2></center>
<center><img src="pic15.jpg" ></center></t>
</div>
<marquee behavior="alternate" style="background:greenyellow;color:rgb(241, 106, 106);">
<h2 style="font-family:verdana">!!THANK YOU!! ©AWSMPie</h2>
</marquee>
</section>
<footer>
</footer>
</body>
</html>