-
Notifications
You must be signed in to change notification settings - Fork 0
/
h-center.css
127 lines (103 loc) · 2.82 KB
/
h-center.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
115
116
117
118
119
120
121
122
123
124
125
126
127
@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://i.kinja-img.com/gawker-media/image/upload/c_fit,f_auto,g_center,q_60,w_1600/1432fedb88c0d1cc56f4c496a80f251c.jpg");
background-size: cover;
padding: 30px;
}
.back {
margin-right: 200px;
margin-bottom: 100px;
}
.back1 {
margin-bottom: 60px;
}
.card-container {
text-align: center;
background-color: white;
padding: 10px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.main-heading {
color: green;
font-size: 70px;
font-family: "Caveat";
font-style: italic;
font-weight: bold;
text-decoration: underline;
}
.para {
font-size: 60;
color: black;
padding: 5px;
}
.main-button {
color: white;
height: 36px;
width: 138px;
background-color: #121078;
border-radius: 25px;
border-width: 3px;
padding: 5px;
}
.background {
background-image: url('https://i0.wp.com/stanzaliving.wpcomstaging.com/wp-content/uploads/2023/02/Tallest-buildings-in-Bangalore.jpg?fit=1000%2C563&ssl=1');
background-size: cover;
}
.heading {
color: white;
font-family: 'Roboto';
font-weight: bold;
padding: 24px;
}
.sub-head {
color: #505250;
font-family: 'Roboto';
font-size: 20px;
}
.descr {
font-family: 'Roboto';
font-size: 13px;
color: #1c211c;
}
.img {
height: 100px;
width: 100px;
}
.card-con {
background-color: white;
border-radius: 8px;
padding: 16px;
margin: 15px;
}
.detailed-view-heading {
color: white;
font-size: 22px;
font-family: 'Roboto';
font-weight: bold;
padding: 24px;
}
.detailed-view-heading1 {
color: black;
font-size: 23px;
font-family: 'Roboto';
font-weight: bold;
padding: 3px;
}
.detailed-view-bg-container {
background-image: url('https://media.istockphoto.com/id/1382384282/photo/bangalore-or-bengaluru.webp?b=1&s=170667a&w=0&k=20&c=qxO3Yl7LBs5jewoI5eAWsLrVtEw0QyH4RdKwyZrALCg=');
background-size: cover;
}
.detail-view-card {
background-color: white;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
margin: 15px;
}
.detail-para {
font-family: 'Roboto';
font-size: 13px;
padding: 16px;
}