-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (43 loc) · 1.07 KB
/
Copy pathstyle.css
File metadata and controls
54 lines (43 loc) · 1.07 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
@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');
.bng-color {
background-color: #4b0082;
}
.main-heading {
color: white;
font-style: "Roboto";
font-size: 60px;
}
.card-container {
background-color: white;
}
.wonders-img {
width: 30%;
}
.Description {
font-size: 18px;
}
.View-more {
font-size: 16px;
font-weight: bold;
}
.card-container-2 {
background-color: white;
margin-bottom: 200px;
}
.Social-media {
width: 20%;
}
.icon {
color: black;
}
.bng-container {
background-color: lightyellow;
padding: 20px;
margin-left: 13px;
margin-right: 3vh;
border-radius: 80px;
}
.Follow-me{
font-size: 55px;
margin-bottom:5vh;
}