Brak tytułu

Data utworzenia: 2024-11-26 08:34:45
* { margin: 0; padding: 0; box-sizing: border-box; font-size: 24px; } .akapit::first-letter { font-size: 200%; color: red; font-family: sans-serif; margin-left: 30px; } blockquote::before { content: '"'; color:red; } blockquote::after { content: '"'; color:red; } ul>li>a::after { content: '→'; color: green; margin-left: 10px; } .imie::after { content: " * "; color: red; font-size: 60px; } .menu a { position: relative; text-decoration: none; } .menu a::after { content: ""; position: absolute; } .menu a:hover::after { content: "-"; margin-left: 30px; transition: margin-left 3s; font-size: 50px; }
Powrót