<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.hrdiv{
 width:100%;
 height:1px;
 background: #25c6cc;
 background: -moz-linear-gradient(left, #25c6cc 0%, #e1067f 100%);
 background: -webkit-linear-gradient(left, #25c6cc 0%,#e1067f 100%);
 background: linear-gradient(to right, #25c6cc 0%,#e1067f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25c6cc', endColorstr='#e1067f',GradientType=1 );
}</pre></body></html>