aboutsummaryrefslogtreecommitdiff
path: root/_scss
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 22:00:05 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 22:00:05 +0300
commit8d0093559135c7aee18d3d5a1dad55a262b71cba (patch)
tree37601512a28305b280140d5fccdf8d283bad8159 /_scss
parentba4fccaf4848c421095a5db4ca76de81336a9ca9 (diff)
downloadpopov.link-8d0093559135c7aee18d3d5a1dad55a262b71cba.tar.xz
popov.link-8d0093559135c7aee18d3d5a1dad55a262b71cba.zip
Added new main page
Diffstat (limited to '_scss')
-rw-r--r--_scss/_welcome.scss20
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