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