-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.css
More file actions
45 lines (37 loc) · 704 Bytes
/
menu.css
File metadata and controls
45 lines (37 loc) · 704 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
html {
height: 100%;
}
body {
size: 100%;
margin: 0;
background: linear-gradient(160deg, #95ccc5, #2e5668);
}
.card {
background-color: #ffeaac;
font-family: 'Baloo', sans-serif;
box-shadow: 10px 10px 10px #2e5668;
color: #2e5668;
}
.modal-content {
background-color: #ffeaac;
font-family: 'Baloo', sans-serif;
color: #2e5668;
}
.modal-content button{
background-color: #2e5668;
font-family: 'Baloo', sans-serif;
color: #ffeaac ;
}
.form-control {
color: #2e5668;
}
.form-control:focus {
color: #2e5668;
border-color: white;
}
.buton{
width: 90%;
height: 45px;
margin: 5px;
box-shadow: 5px 5px 5px #2e5668;
}