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
+14 -2
View File
@@ -89,15 +89,20 @@ body {
color: black;
}
.select {
text-align: center;
text-align: left;
margin: 32px;
padding: 8px 15%;
}
.select i {
font-size: 36px;
}
.select a {
margin: 32px;
font-size: 256px;
font-size: 36px;
text-decoration: none;
}
@@ -108,3 +113,10 @@ body {
.select table td {
min-width: 120px;
}
.line {
width: 100%;
background-color: rgb(74, 109, 239);
padding: 1px;
margin: 8px 0px;
}