-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtorism special.css
114 lines (96 loc) · 2.95 KB
/
torism special.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
106
107
108
109
110
111
112
113
114
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
.bg-container {
background-image: url("https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/ocean.jpg");
height: 100vh;
background-size: cover;
}
.tourism-card {
text-align: center;
background-color: white;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
padding: 5px;
}
.button {
color: white;
background-color: #25b1cc;
width: 138px;
height: 36px;
border-width: 0px;
border-radius: 20px;
}
.main-heading {
font-family: "Roboto";
}
.paragraph {
font-family: "Roboto";
}
.favourite-places-bg-container {
background-image: url("https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/towerbg.png");
height: 100vh;
background-size: cover;
padding: 24px;
}
.favourite-places-heading {
color: white;
font-family: "Roboto";
font-size: 28px;
font-weight: bold;
}
.favourite-place-card-container {
background-color: white;
border-radius: 8px;
padding: 16px;
margin-bottom: 15px;
}
.favourite-place-card-heading {
color: #0f0e46;
font-family: "Roboto";
font-size: 23px;
font-weight: bold;
}
.favourite-place-card-description {
color: #6c6b70;
font-family: "Roboto";
font-size: 13px;
}
.favourite-place-card-image {
width: 80px;
height: 100px;
}
.favourite-place-card-text-container {
margin-right: 15px;
}
.detailed-view-bg-container {
background-image: url("https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/seabg.png");
height: 100vh;
background-size: cover;
}
.detailed-view-heading {
color: white;
font-family: "Roboto";
font-size: 28px;
font-weight: bold;
padding: 24px;
}
.detailed-view-card-container {
background-color: white;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
margin: 24px;
}
.detailed-view-card-heading {
color: #0f0e46;
font-family: "Roboto";
font-size: 23px;
font-weight: bold;
}
.detailed-view-card-description {
color: #6c6b70;
font-family: "Roboto";
font-size: 13px;
}
.detailed-view-card-text-container {
padding: 16px;
}