-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdesign.css
More file actions
48 lines (45 loc) · 836 Bytes
/
Copy pathdesign.css
File metadata and controls
48 lines (45 loc) · 836 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
body{
background-image: url(sunset.jpg);
background-repeat: no-repeat;
background-size: cover;
margin: 0;
}
#navbar {
display: flex;
justify-content: space-between;
margin: 0;
padding: 0;
}
.heading{
font-size: 25px;
margin-left: 30px;
margin: 0;
padding: 0;
}
.nav-item {
margin-left: 30px;
margin-right: 30px;
font-size: 20px;
justify-items: center;
}
.nav-btn{
display: flex;
margin: 0;
justify-items: space-between;
flex-direction: row;
}
.btn {
background: none;
font-size: 20px;
border: none;
color: rgb(251, 252, 251);
font-weight: 500;
border-radius: 6px;
padding: 11px;
font-family: sans-serif;
}
h3{
margin: 8px;
font-size: 30px;
color: aqua;
}