<."/>
<."/>
<"/>
خرید بک لینک
Hello!

I have three pictures I'd like to arrange horizontally as the title said.
This is my HTML:


Code:

            <div class="row">
 
     
                    <div id="kost"> <img src="kost.jpg"> </div>
   
                    <div id="fitness"> <img src="fitness.jpg"> </div>
                    <div id="inspo"> <img src="inspo.jpg"> </div>
   
  </div>


And my CSS:

Code:

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
    width:50%;
    height:auto;
    margin: auto;
   
   
}

I'd also like to make i responsive so they all arrange under each other at the breaking point.

Im a bit of a begier as you can see so please don't judge haha :)

برچسب: نویسنده: آیلین رضوانی تاريخ: جمعه 15 دی 1396 ساعت: 0:26

صفحه بندی