-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflatsrent.css
71 lines (57 loc) · 1.43 KB
/
flatsrent.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
@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=Bree Serif: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");
.card {
background-color: #ffffff;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
padding: 20px;
height: 40vh;
width: 100vw;
}
.b {
background-color: #f19116;
color: #ffffff;
margin: 10px;
}
.bg {
background-image: url('https://assets.ccbp.in/frontend/static-website/flats-list-bg.png');
background-size: cover;
height: 100vh;
width: 100vw;
text-align: center;
font-family: Bree;
}
.cardimg {
width: 150px;
}
.cardcontent {
text-align: left;
margin: 10px;
}
.bg2 {
background-color: black;
padding: 20px;
}
.card2 {
background-color: #ffffff;
margin: 15px;
border-radius: 10px;
}
.bg3 {
color: #ffffff;
height: 45vh;
width: 100vw;
}
.card3 {
background-color: black;
padding: 20px;
width: 100vw;
height: 55vh;
color: #ffffff;
}
.or {
color: #f19116;
}
.im {
height: 30px;
width: 30px;
}