created navigation section and styled navigation links

This commit is contained in:
Yusuf Ipek
2021-05-04 14:01:42 +03:00
parent 1da98261e5
commit 6aed4851f0
10 changed files with 156 additions and 72 deletions
+7
View File
@@ -5,3 +5,10 @@
clear: both;
}
}
@mixin center-horizontal-vertical {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}