-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
86 lines (85 loc) · 1.74 KB
/
style.css
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
body{
background-color: rgb(42, 40, 48);
}
h1{
color: white;
font-family: sans-serif;
font-size: 100px;
}
.text-box p{
color: white;
font-family: sans-serif;
font-size: 40px;
}
.text-box{
margin-top: 200px;
text-align: center;
}
#element {
color: orange;
}
.logo{
text-align: center;
height: 200px;
width: auto;
background-image: url('assets/plasma.png');
}
.logo img{
width: 400px;
height: 400px;
display: block;
margin: 0 auto;
}
.btn:hover {
background: #2f2c3d;
}
.btn {
margin-left: 5px;
margin-right: 5px;
background-color: #3f3b53; color: rgb(255, 255, 255);
border: none; /* Remove borders */
color: rgb(255, 255, 255); /* Add a text color */
padding: 14px 28px; /* Add some padding */
cursor: pointer; /* Add a pointer cursor on mouse-over */
border-radius: 5px;
}
.discover:hover {
background: #d68c1d;
}
.discover {
margin-top: px;
text-align: center;
margin-left: 5px;
margin-right: 5px;
background-color: #f59f1f; color: rgb(255, 255, 255);
border: none; /* Remove borders */
color: rgb(255, 255, 255); /* Add a text color */
padding: 14px 28px; /* Add some padding */
cursor: pointer; /* Add a pointer cursor on mouse-over */
border-radius: 5px;
}
#Mods {
color: orange;
}
#Tools {
color: orange;
}
.recources img {
width: 400px;
height: auto;
margin-right: 50px;
border-radius: 10px;
}
.recources {
overflow: auto;
margin-top: 50px;
display: flex;
justify-content: center;
}
.rec {
margin-left: 100px;
max-width: 500px;
text-align: left;
float: left;
margin: 0;
}