-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (37 loc) · 718 Bytes
/
Copy pathstyle.css
File metadata and controls
44 lines (37 loc) · 718 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.Design-logo {
width: 50%;
}
.font-text {
font-weight: bold;
color: white;
font-style: "Roboto";
}
.bng-img {
background-image: url("https://assets.ccbp.in/frontend/responsive-website/landing-section-bg.png");
background-size: cover;
height: 100vh;
}
.main-heading {
color: white;
font-size: 55px;
margin-top: 20%;
}
.navbar-bg {
background-color: #0c0521;
}
.Description {
color: white;
font-size: 28px;
font-style: "Roboto";
}
.btn-2 {
background-color: #ffdda9;
color: black;
font-weight: bold;
padding-left: 70px;
padding-right: 70px;
border-radius: 20px;
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
}