Need help
So i have this
https://i.imgur.com/1srOGtb.png
I want the pictures to be centered and have bigger spaces between eachother, how can I do it?
Here's the code.
https://i.imgur.com/1srOGtb.png
I want the pictures to be centered and have bigger spaces between eachother, how can I do it?
Here's the code.
Code:
<div class="transformations"> <h1>Transformations</h1> <div class="pics"> <img src="images/1.png"> <img src="images/2.png"> <img src="images/3.png"> </div> </body>
Code:
.transformations {
padding-top: 80px;
margin: 0 auto;
width: 100%;
height: 600px;
background-color: #f1f1f1;
overflow: hidden;
}
.transforamtions h1 {
padding-top: 190px;
padding-bottom: 9px;
font-size: 30px;
}
.pics {
padding-top: 80px;
float: center;
}

I jeszcze coś zwalilem z kodem ze button i tekst z headera uciekł mi na góre w lewo, wiesz moze jak to naprawic?