-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbutton.html
31 lines (25 loc) · 1016 Bytes
/
button.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
<!DOCTYPE html>
<html>
<head>
<style>
body{background-color: red;}
#button{ height: 33px; width: 90px; border: 3px solid rgb(255, 255, 255); background-color: red;
padding: 2px;text-align: center;font-size: 30px;text-decoration: none; color: white;}
#button:hover{ background-color: white;color: red; border-bottom-color: red; margin-top: 40px;}
.but{ margin-left: 100px; margin-left: 200px;}
#inf{ color: rgb(121, 26, 26); font-size: 20px;}
#inf:hover{color: rgb(88, 24, 24);font-size: 25px; }
</style>
</head>
<body>
<div class="byt">
<a href="#button" id="button">HOME</a>
</div>
<div class="mon">
<b><pstyle="color: black; font-size: 40px;">Starting ₹ 50000 /day</p></b>
</div>
<div id="inf">
<p>Trip best with:<FORTUNER,THAR./p>
</div>
</body>
</html>