-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (74 loc) · 1.21 KB
/
style.css
File metadata and controls
75 lines (74 loc) · 1.21 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
html, body {
height: 100%;
margin: 0;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* L I S T */
li {
text-align: left;
}
.topLi {
text-align: center;
z-index:1;
border-style: solid;
margin-top: 5px;
margin-right: 50px;
padding: 5px;
display: block;
}
ul {
display: none;
}
/* B O X E S */
input {
position: absolute;
margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
text-align: center;
width: 100px;
height: 50px;
border: 1px solid #aaaaaa;
}
#div1 {
text-align: center;
width: 100%;
padding: 5px;
margin-right: 10px;
margin-bottom: 10px;
border-style: solid;
background-color:aliceblue;
}
#div2 {
margin-top: 10px;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
padding: 5px;
border-style: solid;
}
svg {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}
/* B U T T O N S */
btn, span {
display: inline-block;
text-align: center;
border-style: solid;
background-color:aliceblue;
margin-top: 10px;
margin-left: 20px;
margin-right: 10px;
margin-bottom: 10px;
padding: 1%;
}
span {
border: 3px dashed #ff0000;
background-color:cornsilk;
}