assignment a4

This commit is contained in:
Joey Eamigh
2024-11-11 23:03:20 -05:00
parent f455c13731
commit b3bc3f558e
24 changed files with 3647 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
@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;
}