Files
comp126/assignments/a4/css/shared.css
2024-11-11 23:03:20 -05:00

17 lines
244 B
CSS

@import 'common.css';
html,
body {
height: 100%;
font-family: InterVariable, Arial, Helvetica, sans-serif;
display: flex;
flex-direction: column;
}
button {
border: none;
background-color: none;
padding: none;
margin: none;
}