Golden Sands Topic Row

HTML
<div class="sands-frow-outer"> <div class="sands-frow-left"> <div class="sands-frow-title"> title here </div> <div class="sands-frow-description"> discription<br/> name of person?? </div> <div class="sands-frow-lastpost"> last post by who // when </div> </div> <div class="sands-frow-center"> ## <br/> replies<br/> ## <br/> views </div> <div class="sands-frow-right"> <div class="sands-frow-gif"> gif here </div> </div> </div>
CSS
.sands-frow-outer { background-color: red; display: flex; flex-direction: row; padding: 5px; border-radius: 10px; border: 3px solid blue; } .sands-frow-left { background-color: orange; width: 70%; }
JAVASCRIPT
Expand for more options Login