donatecpsa/main.css

26 lines
333 B
CSS

body {
margin: 0;
padding: 0;
font-family: Segoe UI, Roboto, Helvetica;
}
div#banner {
width: 100vw;
height: 3rem;
background: #ff9933;
display: flex;
align-items: center;
justify-content: center;
}
span#donateNow {
}
iframe#cpsaonline {
border: 0;
margin: 0;
padding: 0;
width: 100vw;
height: calc(100vh - 3rem);
}