<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/

body,ul,li,ol,img{margin: 0;padding: 0;}
li{list-style: none;}


body&gt;h5{margin-left: 20px;}
body&gt;div{margin-left: 20px;}

/*example*/


.example1{}
.example1 ol{position:relative;width: 80px;height: 20px;top:-30px;left:520px;}
.example1 ol li{float:right;width: 10px;height: 10px;margin: 5px;background: #fff;}
.example1 ol li.seleted{background: #f3b52e;}
</pre></body></html>