Rozbudowa strony oraz dodanie paru systemów

This commit is contained in:
=
2020-01-03 21:07:45 +01:00
parent e85b2591bb
commit 2c5c93890c
17 changed files with 1091 additions and 221 deletions
+38
View File
@@ -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;
}