-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
52 lines (45 loc) · 812 Bytes
/
Copy pathstyle.css
File metadata and controls
52 lines (45 loc) · 812 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
body {
background-color: slategray;
color: white;
}
h1 {
text-align: center;
}
#center {
text-align: center;
}
.output{
text-align: center;
}
#save_n_load{
display: flex;
align-items: center;
justify-content: center;
}
#save_n_load_box{
margin: 0 auto;
}
a {
float: left;
color: black;
background-color: #F0F0F0;
font-size: 95%;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 6px;
padding-right: 6px;
margin: 15px;
text-decoration: none;
}
form{
float: left;
color: black;
background-color: #F0F0F0;
font-size: 95%;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 6px;
padding-right: 6px;
margin: 15px;
text-decoration: none;
}