-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBootstrap_part2.css
More file actions
28 lines (27 loc) · 961 Bytes
/
Bootstrap_part2.css
File metadata and controls
28 lines (27 loc) · 961 Bytes
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
@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;
padding: 5px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.main-heading {
font-family: "Roboto";
}
.paragraph {
font-family: "Roboto";
}
.button {
color: white;
background-color: #25b1cc;
width: 138px;
height: 36px;
border-width: 0px;
border-radius: 20px;
}