Pedroogu123 / Index.html

0 stars 0 forks source link

Styles.css #3

Open Pedroogu123 opened 2 weeks ago

Pedroogu123 commented 2 weeks ago

body { background-color: #1D4221; color: white; font-family: "Bai Jamjuree", sans-serif; display: flex; justify-content: center; align-items: center; height: 700px; margin: 0; }

button { background-color: #64A712; color: white; font-family: "Bai Jamjuree", sans-serif; }

.passo { display: none; }

.passo.ativo { display:block; }

main { text-align: center; max-width: 90%; }

img { max-width: 90%; }

Pedroogu123 commented 2 weeks ago

Documento 3