prompt-generator / style.css
rishiraj's picture
Update style.css
c4954ea verified
raw
history blame contribute delete
241 Bytes
h1 {
text-align: center;
display: block;
}
h2 {
text-align: center;
display: block;
}
h3 {
text-align: center;
display: block;
}
#duplicate-button {
margin: auto;
color: #fff;
background: #1565c0;
border-radius: 100vh;
}