Update index.html

This commit is contained in:
sHa
2025-03-09 22:51:03 +02:00
committed by GitHub
parent 5515d3d28e
commit 5468bd4b3e

View File

@@ -4,6 +4,9 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>meb.li</title> <title>meb.li</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Notable&display=swap" rel="stylesheet">
<style> <style>
* { margin: 0; padding: 0; box-sizing: border-box; } * { margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; font-family: Arial, sans-serif; } html, body { height: 100%; font-family: Arial, sans-serif; }
@@ -24,6 +27,9 @@
display: inline-block; display: inline-block;
animation: magnify 3s ease-in-out infinite alternate; animation: magnify 3s ease-in-out infinite alternate;
margin: 0 0.3rem; margin: 0 0.3rem;
font-family: "Notable", sans-serif;
font-weight: 400;
font-style: normal;
} }
@keyframes magnify { @keyframes magnify {
0%, 100% { transform: scale(1); } 0%, 100% { transform: scale(1); }