feat: Initial commit

This commit is contained in:
uttarayan21
2025-11-23 00:56:10 +05:30
commit 68d972f68c
16 changed files with 46 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 858 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1 @@
body{color:#fff;background-color:#0f1116;margin:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}#adarkday{object-fit:contain;flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0;display:flex}#links{text-align:left;color:#fff;flex-direction:column;width:400px;font-size:x-large;display:flex}#links a{color:#fff;border:1px solid #fff;border-radius:5px;margin:10px 0;padding:10px;text-decoration:none}#links a:hover{cursor:pointer;background-color:#1f1f1f}#header{max-width:1200px}#navbar{flex-direction:row;display:flex}#navbar a{color:#fff;margin-right:20px;text-decoration:none;transition:color .2s}#navbar a:hover{cursor:pointer;color:#91a4d2}#blog{margin-top:50px}#blog a{color:#fff;margin-top:50px}#echo{background-color:#1e222d;border-radius:10px;width:360px;margin-top:50px;margin-left:auto;margin-right:auto;padding:20px}#echo>h4{margin:0 0 15px}#echo>input{color:#fff;background-color:#0000;border:none;border-bottom:1px solid #fff;outline:none;width:100%;padding:0 0 5px;transition:border-bottom-color .2s;display:block}#echo>input:focus{border-bottom-color:#6d85c6}#echo>p{margin:20px 0 0 auto}

File diff suppressed because one or more lines are too long