Rozbudowa strony oraz dodanie paru systemów
This commit is contained in:
@@ -87,6 +87,13 @@ body {
|
||||
font-size: 128px;
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 100%;
|
||||
background-color: rgb(74, 109, 239);
|
||||
padding: 1px;
|
||||
margin: 8px 0px;
|
||||
}
|
||||
|
||||
.download {
|
||||
padding: 8px 15%;
|
||||
text-align: left;
|
||||
@@ -100,3 +107,34 @@ body {
|
||||
margin:8px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.select {
|
||||
text-align: left;
|
||||
margin: 32px;
|
||||
padding: 8px 15%;
|
||||
}
|
||||
|
||||
.select i {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
.select a {
|
||||
margin: 32px;
|
||||
font-size: 36px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.select a:hover {
|
||||
color: rgb(74, 109, 239);
|
||||
}
|
||||
|
||||
.select table td {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
.line {
|
||||
width: 100%;
|
||||
background-color: rgb(74, 109, 239);
|
||||
padding: 1px;
|
||||
margin: 8px 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user