mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 18:30:57 +02:00
13 lines
192 B
HTML
13 lines
192 B
HTML
<style>
|
|
.block__element--modifier {
|
|
background-color: blue;
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
|
|
<!-- html comment -->
|
|
|
|
<div class="header">
|
|
<a href="http://localhost">Click Here</a>
|
|
</div>
|