-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
97 lines (83 loc) · 1.33 KB
/
style.css
File metadata and controls
97 lines (83 loc) · 1.33 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#content {
margin-left: 40px;
}
.mdl-layout__container{
position: fixed;
left: 0px;
}
.squareblue {
width: 210px;
height: 210px;
background: blue;
border-width: 1px;
border-style: solid;
}
.rectanglegreen {
width: 42px;
height: 210px;
background: green;
border-width: 1px;
border-style: solid;
cursor: pointer;
}
.smallsquareyellow {
width: 42px;
height: 42px;
background: yellow;
border-width: 1px;
border-style: solid;
cursor: pointer;
}
#header {
text-align: center;
position: relative;
top: 60px;
color: white;
}
#small-header {
text-align: center;
position: relative;
top: 60px;
color: white;
font-size: 32px;
}
#navbar {
background: #2196F3;
}
#title {
margin: 0px, 0px, 0px, 0px;
position: relative;
bottom: 24px;
background: #2196F3;
height: 200px;
}
.subtitle{
margin-left: 10px;
color: #2196F3;
text-align: center;
}
.main-content{
top: 10px;
color: black;
line-height: 50px;
font-size: 25px;
font-family: "Times New Roman", Times, serif;
text-align: center;
}
#form {
position: relative;
left: 40px;
}
#number {
max-width: 30px;
}
#unknown1 {
position: absolute;
top: 55px;
left: 30px;
}
#unknown2 {
position: absolute;
top: 55px;
left: 50px;
}