Hey,
I want to add the button label on the image text section.
I already write something code HTML:
.button1{ border: none; border-style: oval; color: white; styl text: montserrat; padding: 30px 20px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; }.button1 {background-color: #BD1436 /* Sprawdź teraz */
Sprawdź teraz
But when I try to add this to the HTML part it is next to the text.
Moreover, I want to change the button shape (oval).
