-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbutton.html
More file actions
71 lines (47 loc) · 1.28 KB
/
Copy pathbutton.html
File metadata and controls
71 lines (47 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<style>
/* Стилі для кнопок */
.my-button {
font-size: 20px;
padding: 50px 20px;
margin-top: 5px;
margin-left: 1040px;
}
.my-button1 {
font-size: 20px;
padding: 50px 20px;
margin-top: 10px;
margin-left: 1050px;
width: 150px;
height: 120px;
}
.my-button2 {
font-size: 20px;
padding: 50px 20px;
margin-top: 20px;
margin-left: 980px;
width: 300px;
height: 150px;
}
.my-button3 {
font-size: 20px;
padding: 20px 100px;
margin-top: 10;
margin-left: 950px;
}
.left-margin {
margin-left: 600px;
font-size: 40px;
}
</style>
</head>
<body background="NEMO.jpg">
<h1 class="left-margin">Готельний комплекс «Немо»</h1>
<a href="button3.html"><button class="my-button3">Реєстрація</button></a>
<a href="button4.html"><button class="my-button">Номера і ціни</button></a>
<a href="button2.html"><button class="my-button1">Контакти</button></a>
<a href="button5.html"><button class="my-button2">MASSAGE&COSMETOLOGY</button></a>
</body>
</html>