Hello!
Thank you for letting me use this forum!
I'm having problem with the buttons, I need text to be written in row.
Read more
Thank you for letting me use this forum!
I'm having problem with the buttons, I need text to be written in row.
HTML:
<button class="section__button text"><img class="section__button__image" src="./images/eyelogo.png"
alt="eyelogo">See All</button>
CSS:
.section__button {
cursor: pointer;
border: none;
border-radius: 20px;
padding: 20px 50px 20px 50px;
margin: 111px 115px 0px 0px;
font-family: Work Sans, sans-serif;
font-size: 16px...
Read more