-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
41 lines (35 loc) · 763 Bytes
/
styles.css
File metadata and controls
41 lines (35 loc) · 763 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
body{
background-color: rgba(104, 255, 154, 0.795);
padding: 60px 0px 0px 0px;
z-index:1;
}
.row-content {
margin: 0px auto;
padding: 15px 0px 15px 0px;
border-bottom: 1px ridge #28a745 ;
min-height: 400px;
}
.navbar-dark {
background: linear-gradient(hsl(209, 100%, 23%), hsl(223, 79%, 47%), hsl(240, 70%, 31%));
color: #ffc947;
padding:10px;
}
.nav-link,.navbar-brand {
color: #ffc947 !important;
}
.nav-link:hover{
color: #28a745 !important;
}
.navbar-dark .fa-bars{
color:#ffc947;
}
.navbar-dark .navbar-collapse{
margin:0px 0px 0px 0px;
}
html{
background-color: rgba(104, 255, 154, 0.795);
z-index: 0;
}
n{
border: red 1px;
}