mirror of
https://github.com/shadoll/mebli.git
synced 2025-12-20 02:25:55 +00:00
Update index.html
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<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>
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
html, body { height: 100%; font-family: Arial, sans-serif; }
|
||||
@@ -24,6 +27,9 @@
|
||||
display: inline-block;
|
||||
animation: magnify 3s ease-in-out infinite alternate;
|
||||
margin: 0 0.3rem;
|
||||
font-family: "Notable", sans-serif;
|
||||
font-weight: 400;
|
||||
font-style: normal;
|
||||
}
|
||||
@keyframes magnify {
|
||||
0%, 100% { transform: scale(1); }
|
||||
|
||||
Reference in New Issue
Block a user