1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

404 centered

This commit is contained in:
avinal
2021-01-03 13:19:44 +05:30
parent 3b58c6560f
commit 920a74d3b3
+3 -3
View File
@@ -66,9 +66,9 @@
.description { .description {
padding: 30px; padding: 30px;
position: absolute; position: absolute;
top: 25%; top: 50%;
left: 0; left: 25%;
width: 33%; width: 50%;
z-index: 999; z-index: 999;
} }