-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
105 lines (102 loc) · 1.87 KB
/
styles.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
.header{
background-image: url('images/church.jpg');
background-size: cover;
border: 3px solid rgb(236, 153, 64);
height: 700px;
}
body{
text-align: center;
font-family: "Fredoka", sans-serif;
}
h1{
display: flex;
flex-direction: column;
align-items: center;
color: white;
background-color: rgb(199, 144, 67);
border-radius: 5px;
text-shadow: 0px 0px 5px black;
width: 300px;
margin: auto;
margin-top: 150px;
font-weight: 900;
font-size: 350%;
font-family: "Fredoka", sans-serif;
box-shadow: 0px 10px 10px rgb(124, 61, 22);;
}
.places{
display: flex;
justify-content: space-around;
}
.spot{
border: 2px solid rgb(58, 57, 57);
border-radius: 3%;
}
.spot-photo{
padding: 2px;
width: 400px;
height: 350px;
border-radius: 3%;
}
.about-block{
display: flex;
justify-content: center;
margin-top: 30px;
}
#about-text{
display: flex;
align-items: center;
margin: 20px 20px 20px;
width: 900px;
height: 180px;
border: 3px solid black;
font-size: 130%;
padding: 0px 10px;
}
#ambankment{
padding: 10px;
border-radius: 5%;
width: 500px;
}
#about{
display: flex;
flex-direction:column;
justify-content: center;
align-items: start;
}
h2{
margin-left: 40px;
}
.footer{
background-color: rgb(254, 249, 249);
height: 150px;
margin-top: 20px;
padding-top: 1px;
}
button{
background-color: rgb(251, 245, 243);
border-radius: 15%;
border: 1px solid rgb(37, 37, 37);
height: 33px;
width: 60px;
margin: 10px 10px;
padding: 1px 2px ;
}
input{
width: 150px;
height: 20px;
border-radius: 5px;
}
#carousel-image{
width: 400px;
height: 350px;
border-radius: 3%;
}
.hotels{
margin: 60px;
}
.carousel{
display: flex;
justify-content: center;
align-items: center;
}