
previous

page 24
next
my styles.css
#main {
display:flex;
justify-content: center;
align-items:center;
margin-top:3vmin;
}
#c {
border:1vmin groove gold;
}
#buttons {
display:flex;
flex-direction:column;
align-items:center;
}
#buttons div {
font-size:3vmin;
font-family: sans-serif;
color:ivory;
padding:1vmin 2vmin;
margin:1.4vmin;
background-color: brown;
}
display:flex;
justify-content: center;
align-items:center;
margin-top:3vmin;
}
#c {
border:1vmin groove gold;
}
#buttons {
display:flex;
flex-direction:column;
align-items:center;
}
#buttons div {
font-size:3vmin;
font-family: sans-serif;
color:ivory;
padding:1vmin 2vmin;
margin:1.4vmin;
background-color: brown;
}
previous
next