2021-09-12 22:44:33 +02:00

18 lines
247 B
CSS

<style>
<!--
#leftright, #topdown{
position:absolute;
left:0;
top:0;
width:1px;
height:1px;
layer-background-color:orange;
background-color:orange;
z-index:100;
font-size:1px;
}
--></style>
<!--
<link rel="stylesheet" type="text/css">
-->