first commit
This commit is contained in:
19
public/assets/css/styles.css
Normal file
19
public/assets/css/styles.css
Normal file
@ -0,0 +1,19 @@
|
||||
body {
|
||||
font-family: Helvetica, Arial, sans-serif
|
||||
}
|
||||
|
||||
h1 {
|
||||
background-color: #2a5599;
|
||||
color: #FFFFFF;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.mainView {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.mainView div {
|
||||
border: solid 1px #000000;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user