-
Notifications
You must be signed in to change notification settings - Fork 0
/
mail.txt
51 lines (43 loc) · 1.22 KB
/
mail.txt
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
<html>
<head>
<style>
#Hello{
color: red;
margin-left: 15px;
margin-top: 15px;
text-align: center;
}
#wish{
color: blueviolet;
text-align: center;
font-size: 300%
}
img {
display: block;
margin: 0 auto;
}
#divs{
padding-top: 5%;
}
#body {
height: 100vh;
width: 100vw;
background-image: url("https://preview.ibb.co/f68b2F/vanessa_ochotorena_292495.jpg") !important ;
background-size: cover !important ;
background-repeat: repeat !important ;
background-attachment: fixed !important ;
background-position: center;
}
</style>
</head>
<body id="body">
<div id="divs">
<h1 id='Hello'>Hello boy</h1>
<img src="https://image.ibb.co/c8J9NF/20227145_1549533575110611_1972302616_n.png" alt="20227145_1549533575110611_1972302616_n">
<p id='wish'>
Wish you many many happy reaturns of the day.
</p>
<h2 style="color: aqua; text-align: center;" >Shahariar Rabby</h2>
</div>
</body>
</html>