-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
52 lines (41 loc) · 769 Bytes
/
styles.css
File metadata and controls
52 lines (41 loc) · 769 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
45
46
47
48
49
50
51
52
*{
text-decoration: none;
}
nav{
background: orange;
}
nav .container a{
color: #000;
}
header {
background: linear-gradient(rgba(12, 12, 12, 0.781), rgba(14, 14, 14, 0.644), rgba(19, 19, 19, 0.582)), url(gambar/pexels-chanwalrus-958545.jpg) no-repeat center center/cover;
height: 100vh;
}
#home h1{
color: #fff;
}
#home p{
color: #fff;
}
#home a{
margin-top: 2rem;
background: orange;
border: none;
}
#recipes .container .row{
margin-top: 2rem;
}
.card-img-top {
height: 200px;
object-fit: cover;
}
#contact input{
border: 1px solid #000;
}
#contact textarea{
border: 1px solid #000;
}
footer {
text-align: center;
background: orange;
}