-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
55 lines (54 loc) · 723 Bytes
/
index.css
File metadata and controls
55 lines (54 loc) · 723 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
53
54
55
html, body {
height: 100%;
margin: 0;
}
.body{
display: flex;
flex-direction: column;
min-height: 100vh;
min-width: 375px;
}
header {
flex: 0 60px;
}
header, footer {
margin: 0;
padding: 0;
width: 100%;
}
input {
padding-top: 5px;
}
.main {
flex-grow: 1 ;
display: flex;
flex-direction: column;
align-items: center;
}
footer {
height: 40px;
margin-top: auto;
}
menu {
flex-grow: 1;
display: flex;
flex-direction: row !important;
list-style: none;
}
.navbar-brand {
padding-left: 0.3em;
}
input.bg-light::placeholder {
color: black;
opacity: 0.5;
}
input.bg-light {
color: black;
font-weight: 500;
}
.d-flex {
flex-direction: column;
}
button.btn{
font-weight: 600;
}