-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask1.css
66 lines (56 loc) · 1.15 KB
/
task1.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
.food-munch-logo {
width: 80px;
height: 70px;
}
#navItem1 {
color: #323f4b;
font-family: "Roboto";
}
#navItem2 {
color: #323f4b;
font-family: "Roboto";
}
#navItem3 {
color: #323f4b;
font-family: "Roboto";
}
#navItem4 {
color: #323f4b;
font-family: "Roboto";
}
.banner-section-bg-container {
height: 100vh;
background-image: url("https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/foodmunch-banner-bg.png");
background-size: cover;
}
.banner-heading {
color: white;
font-family: "roboto";
font-weight: 300;
font-size: 45px;
}
.banner-caption {
color: #f5f7fa;
font-family: "roboto";
font-weight: 300;
font-size: 25px;
}
.custom-button {
color: white;
background-color: #d0b200;
width: 130px;
height: 45px;
border-width: 0;
border-radius: 8px;
margin-right: 10px;
}
.custom-outline-button {
color: #d0b200;
background-color: transparent;
width: 130px;
height: 45px;
border-style: solid;
border-width: 1px;
border-color: #d0b200;
border-radius: 8px;
}