User:Hemisputnik/MainPage: Difference between revisions

From Resonite Wiki
init
 
does styling work?
Line 1: Line 1:
 
<style>
.test {
  color: blue;
}
</style>
<span class="test">hello</span>

Revision as of 07:57, 5 January 2026

<style> .test {

 color: blue;

} </style> hello