0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 16:10:26 +03:00

Added new main page

This commit is contained in:
2024-02-14 23:00:05 +04:00
parent ba4fccaf48
commit 8d00935591
3 changed files with 56 additions and 5 deletions

20
_scss/_welcome.scss Normal file
View File

@ -0,0 +1,20 @@
main {
left: 50%;
position: absolute;
text-align: center;
top: 40%;
transform: translate(-50%, -50%);
div {
white-space: nowrap;
a {
color: $color-text;
padding: 0 .5em;
&:visited {
color: $color-text;
}
}
}
}