assignment a4
This commit is contained in:
16
assignments/a4/css/shared.css
Normal file
16
assignments/a4/css/shared.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user