-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
47 lines (41 loc) · 1.7 KB
/
Copy pathabout.html
File metadata and controls
47 lines (41 loc) · 1.7 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
<style>
.background-image{background-image:url(./images/624878906-612x612.jpg);}
.font-size {font-size:64px;}
.div{color:white;
font-size:32px;}
.border{border-width:1px 1px 3px 3px;
border-style:groove;
text-decoration:none;
text-align:right;
border-color: #000123 #000123 orange orange;
color:white;opacity:1;
transition:0.3s;}
.border:hover {opacity:0.6;}
.center{margin-left:auto;
margin-right:auto;
display:block;}
.align{text-align:center;
font-size:124px;}
</style>
<body class="background-image"> <br><br>
<marquee style="font-size:45px; color:blue;">MERE BARE ME ITNA MAT PADHO,DIL ME AATA HU SAMAJ ME NAI ^_^</marquee>
<div class="div">
<a class="border" style="color:blue;" href="index.html">HOME</a>
<a class="border" style="color:red;"href="images.html"> IMAGES</a>
<a class="border" style="color:yellow;"href="about.html"> ABOUT</a>
<a class="border" style="color:green;"href="achievements.html"> ACHIEVEMENTS</a>
<a class="border" style="color:red;"href="quotes.html"> QUOTES</a>
<h1 class="font-size">Mere Baare Me Wikipedia Pe Padhlo... </h1></div>
<!-- <p class="align" ><b>↓</b></p>-->
<a href="https://www.google.co.in"
<p style="font-size:80px; text-align:right; text-decoration:none;">
<span style="color:blue;">......................G</span>
<span style="color:red;">o</span>
<span style="color:yellow;">o</span>
<span style="color:blue;">g</span>
<span style="color:green;">l</span>
<span style="color:red;">e......................</span></p>
</a><br>
<footer style="text-align:center; font-size:32px; color:red;">Copyright(c) 2018-2100 yash bhansali.
<br> All rights reserved</footer>
</body>