-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.css
77 lines (70 loc) · 1.21 KB
/
page.css
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
72
73
74
75
76
77
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
background-color: #f8f8f8;
color: #333;
background-image: url("bg.png");
background-repeat: no-repeat;
background-size: cover;
/* position: absolute; */
}
header {
background-color: #fff;
padding: 20px;
text-align: center;
}
nav {
background-color: #333;
color: #fff;
padding: 10px;
text-align: center;
}
section {
padding: 20px;
}
.cta-button {
display: inline-block;
padding: 10px 20px;
margin-top: 20px;
background-color: #FF4500;
color: #fff;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
.destination-images img {
max-width: 50%;
height: auto;
margin-bottom: 20px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.social-links a {
margin-right: 10px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}
/* .destination-images{
border: 2px solid black;
} */
.pb{
position:relative;
top:60px;
right:0px;
}
.cm{
position:relative;
top: -150px;
left: 0px;
}
.logo{
width: 200px; height: 200px;
}