-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
81 lines (66 loc) · 1.24 KB
/
index.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
.yoga-home {
background-image: url("https://assets.ccbp.in/frontend/static-website/yoga-bg.png");
background-size: cover;
font-family: "Roboto";
padding: 20px;
height: 100vh;
overflow: auto;
}
.yoga-top-line {
font-size: 25px;
font-weight: bold;
color: #132d84;
padding: 20px;
}
.girl-image {
height: 400px;
padding-top: 100px;
padding-bottom: 5px;
}
.yoga-discription {
color: #323f4b;
}
.btn {
background-color: #132d84;
font-size: 12px;
color: #ffffff;
}
.yoga-type {
background-color: #ffedcb;
background-size: cover;
overflow: auto ;
height: 100vh;
}
.yoga-types-girl-image {
height: 250px;
}
.yoga-types-heading {
font-size: 25px;
color: #132d84;
padding: 20px;
}
.yoga-card {
background-color: #ffe2ab;
border-radius: 10px;
margin: 20px;
padding: 20px;
}
.asan {
height: 100px;
padding-left: 10px;
text-align: center;
}
.asan-name {
font-size: 20px;
color: #253263;
text-align: center;
}
.asan-discription {
font-size: 12px;
color: #323f4b;
text-align: center;
}
.video{
height: 100vh;
width: 100vw;
}