-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
32 lines (31 loc) · 736 Bytes
/
index.css
File metadata and controls
32 lines (31 loc) · 736 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
/* © 2020 Asher Seiling*/
:root{
--margin_sides_input: 450pt;
}
*{
margin: 0;
}
.Head_tag{
background-color: black;
}
.Head_tag_text{
margin-left: 50pt;
color: white;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.Output_result{
margin-left: var(--margin_sides_input);
margin-right: var(--margin_sides_input);
margin-top: 25pt;
border-radius: 8pt;
padding: 5pt;
background-color: rgb(190, 190, 190);
}
input{
padding: 5pt;
border-radius: 5pt;
border: 1px solid black;
}