diff options
author | Valentin Popov <valentin@popov.link> | 2024-02-14 22:00:05 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-02-14 22:00:05 +0300 |
commit | 8d0093559135c7aee18d3d5a1dad55a262b71cba (patch) | |
tree | 37601512a28305b280140d5fccdf8d283bad8159 /_scss | |
parent | ba4fccaf4848c421095a5db4ca76de81336a9ca9 (diff) | |
download | popov.link-8d0093559135c7aee18d3d5a1dad55a262b71cba.tar.xz popov.link-8d0093559135c7aee18d3d5a1dad55a262b71cba.zip |
Added new main page
Diffstat (limited to '_scss')
-rw-r--r-- | _scss/_welcome.scss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_scss/_welcome.scss b/_scss/_welcome.scss new file mode 100644 index 0000000..6499dcc --- /dev/null +++ b/_scss/_welcome.scss @@ -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; + } + } + } +}
\ No newline at end of file |