mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Added gif to homepage
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
--text-color: #f0f6fc;
|
||||
--code-bg-color: #393f48;
|
||||
--ff-sans-normal: "Roboto", sans-serif;
|
||||
--fs-16: 16px;
|
||||
--fs-20: 20px;
|
||||
}
|
||||
|
||||
html,
|
||||
|
||||
Reference in New Issue
Block a user