Initial Commit

This commit is contained in:
2026-06-05 16:52:42 +03:00
commit 045517d8b9
43 changed files with 968 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#blog {
margin-top: 50px;
}
#blog a {
color: #ffffff;
margin-top: 50px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

+6
View File
@@ -0,0 +1,6 @@
body {
background-color: #0f1116;
color: #ffffff;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 20px;
}