Responsive grid with CSS Grids

Responsive grid with CSS Grids

by humanzing

HTML

<div class="popup_counter" style=" width:500px;height:calc(100vh / 3); margin:0 auto;position: fixed;background:rgba(0,0,0,1);z-index:999">
<div style="color:#fff"><label>Connected :<a id="count">0</a></label></div>
<select id="log" size="5" style="width:100%;height:100%;color:#fff;background:#000">
</select>
</div>