CSS as static resource.
This commit is contained in:
11
src/app.css
Normal file
11
src/app.css
Normal file
@@ -0,0 +1,11 @@
|
||||
window {
|
||||
background: black;
|
||||
font-size: 30px;
|
||||
}
|
||||
label {
|
||||
background-color: #fff;
|
||||
border: 2px solid gray;
|
||||
border-radius: 5px;
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user