-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPlatByte.css
More file actions
85 lines (77 loc) · 1.6 KB
/
PlatByte.css
File metadata and controls
85 lines (77 loc) · 1.6 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
/*heading properties*/
.Headingtag{
margin: auto;
background-color: aqua;
border-radius: 5px;
border: 2px solid black;
width: 170px;
text-align: center;
padding: 6px;
height: 60px;
padding-bottom: 20px;
}
.platbytewelcome{
text-align: center;
border: 2px solid black;
margin-top: -75px;
width: 150px;
background-color: cadetblue;
border-radius: 5px;
position: relative;left: 714px;
}
.topusersblock{
width: 275px;
height: 100px;
background-color: aliceblue;
position: relative;
bottom: 410px;
border-radius: 3px;
border: 2px black solid;
}
.introduction{
margin: auto;
width: 800px;
border: 2px solid black;
text-align: center;
padding: 3px;
background-color: aquamarine;
position: relative;top: 5px;
margin-top: 5px;
}
body{
background-color: darkorchid;
}
.uolist{
background-color: white;
text-decoration-color: black;
margin-bottom: 100;
text-align: center;
border-radius: 3px;
border: solid 3px black;
padding-bottom: 300px;
margin-top: 100px;
margin: 0 auto;
box-sizing: content-box;
margin-left: 300px;
}
.topusername{
margin: auto;
background-color: antiquewhite;
width: auto;
border: solid 3px black;
max-width: fit-content;
position: relative;bottom: 450px;
margin-top: 5px;
}
.maintableofcontents{
border: solid 2px black;
}
.usernameandpassword{
position: relative;bottom: 100px;
}
.passcode{
position: relative;bottom: 90px;
}
footer{
text-align: center;
}