Added gif to homepage

This commit is contained in:
Kristofers Solo
2023-01-17 23:25:57 +02:00
parent 16f7dbd235
commit cad16a254d
3 changed files with 35 additions and 37 deletions

View File

@@ -1,25 +1,25 @@
/* h1, */
/* p { */
/* color: var(--text-color); */
/* font-size: 20px; */
/* text-align: center; */
/* margin-top: 10px; */
/* } */
/**/
/* a { */
/* text-decoration: none; */
/* color: var(--link-text-color); */
/* } */
/**/
/* a:hover { */
/* text-decoration: underline; */
/* } */
/**/
/* .center { */
/* margin: 0; */
/* position: absolute; */
/* top: 50%; */
/* left: 50%; */
/* -ms-transform: translate(-50%, -50%); */
/* transform: translate(-50%, -50%); */
/* } */
h1,
p {
color: var(--text-color);
font-size: 20px;
text-align: center;
margin-top: 10px;
}
a {
text-decoration: none;
color: var(--link-text-color);
}
a:hover {
text-decoration: underline;
}
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

View File

@@ -11,8 +11,6 @@
--text-color: #f0f6fc;
--code-bg-color: #393f48;
--ff-sans-normal: "Roboto", sans-serif;
--fs-16: 16px;
--fs-20: 20px;
}
html,