-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainPage.css
More file actions
58 lines (49 loc) · 860 Bytes
/
mainPage.css
File metadata and controls
58 lines (49 loc) · 860 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
53
54
55
56
57
58
#loginButton {
position: absolute;
top: 100px;
right: 100px;
padding: 10px 20px;
background-color: blue;
color: white;
font-size: large;
border: none;
cursor: pointer;
}
p {
font-weight: 800;
font-size: 20px;
}
#block1 {
position: absolute;
top: 200px;
left: 100px;
}
#block2 {
position: absolute;
top: 300px;
left: 20px;
}
#block3 {
position: absolute;
top: 400px;
left: 150px;
}
#block4 {
position: absolute;
top: 500px;
left: 10px;
}
body {
background-color: lightcyan;
font-family: 'Courier New', Courier, monospace;
user-select: none;
}
#title {
text-align: center;
font-size: 3em;
}
#testSlider {
position: absolute;
top: 180px;
left: 1160px;
}