-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathright.html
33 lines (31 loc) · 862 Bytes
/
right.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
<html>
<head>
<style>
body{
background-color:rgb(247, 247, 247);
}
#x{
font-size:50px;
color:rgb(155, 13, 211);
text-align: center;
margin-top: 2%;
}
#v{
font-size:35px;
color:rgb(9, 170, 4);
text-align: center;
margin-top: 5%;
}
img{
margin-left: 42%;
}
</style>
</head>
<body >
<h1 face="Brush Script MT" size="5" color="blue">
<h1 id="x"><b>Welcome to the Book Store!!!</b></h1><br />
<img src="middle.jpg" height="250" width="250"><br>
<h1 face="Brush Script MT" size="5" color="red">
<h2 id="v"><b> "A Huge Collection Of E-Books"</b></h2></h1>
</body>
</html>