K st: Unterschied zwischen den Versionen
Aus wiki.kometin.at
(Die Seite wurde neu angelegt: „<html> <style> .k_st { color:red; } </style> <div class="k_st"> k_st </div> </html>“) |
Keine Bearbeitungszusammenfassung |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 5: | Zeile 5: | ||
.k_st { | .k_st { | ||
color:red; | color:red; | ||
border:2px black solid; | |||
width:fit-content; | |||
} | } | ||
Zeile 19: | Zeile 21: | ||
</html> | |||
<html> | |||
<html> | |||
<style> | |||
body { | |||
margin: 0; | |||
} | |||
go-board { | |||
max-height: 30vh; | |||
background-image: url(https://cdn.jsdelivr.net/npm/go-board@2.3.2/public/textures/kaya.jpg); | |||
} | |||
</style> | |||
<go-board sfx="https://cdn.jsdelivr.net/npm/go-board@2.7.5/public/sfx"> | |||
<go-stone color="black" slot="R16"></go-stone> | |||
<go-stone color="white" slot="D4"></go-stone> | |||
</go-board> | |||
<!-- <go-board | |||
coords | |||
debug | |||
src="https://online-go.com/api/v1/games/45338473/sgf" | |||
></go-board> --> | |||
</html> | </html> |
Aktuelle Version vom 30. Januar 2025, 20:37 Uhr
k_st