Nová ukázka
Reset
Načíst z URL
Uložit a získat odkaz
Vztahuje se k…
Nevyplňujte
Napiště „nejsem robot“
▶
Přepnout zobrazení
Výsledek
<title>Test barvy <code>currentColor</code></title> <h1>Test barvy <code>currentColor</code></h1> <div class="obal"> Text <button>Tlačítko</button> <span>Text</span> </div> <p> <a href="#">Odkaz</a> </p>
HTML
Autoformát
Standardní režim
Mobilní zobrazení
*, *:before {box-sizing: border-box} .obal { color: red; } button { color: inherit; border: 1px solid currentColor; } a { color: green; font-size: 200%; position: relative; margin-left: 1.5em; text-decoration: none; border-bottom: 2px solid currentColor; } a:before { content: "☞ "; border: 2px solid currentColor; position: absolute; text-align: center; width: 1.5em; left: -1.5em; } a:hover { color: blue; }
CSS
Autoformát
CSS reset
Až na konci
J
ava
S
cript
Autoformát
jQuery
Umístění JS
window.onload
</head>
</body>