IRThumbnail

Show Last Element Full Width using simple CSS code

When you use display:grid and you want to show last element with full width so use simple grid css code. So now open live-executor and do coding. Live Executor – Click Here 1st step You have simple three DIV tag like – <div class=”tktrickgrid”> <div>something1</div> <div>something2</div> <div class=”lastdiv”>something3</div> </div> So now use simple code for […]