-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
41 lines (40 loc) · 832 Bytes
/
Copy pathstyles.css
File metadata and controls
41 lines (40 loc) · 832 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 {
margin: 0;
padding: 0;
}
#Main {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#Main #banner {
display: flex;
width: 100%;
justify-content: space-around;
padding: 10px;
border: 1px solid black;
}
#Main #banner p {
margin: 0;
}
#Main #Commands {
font-size: 18px;
font-weight: bolder;
width: 100%;
height: 100%;
display: flex;
justify-content: space-evenly;
align-items: center;
flex-direction: column;
padding: 40px;
}
#Main #Commands button {
padding: 10px;
font-size: large;
border: 3px solid black;
background-color: white;
border-radius: 10px;
font-weight: bolder;
}/*# sourceMappingURL=styles.css.map */