trying a small styling thing (no background color, but a bit of color on the border
This commit is contained in:
parent
62b644b26e
commit
6b88970e21
@ -1,5 +1,8 @@
|
|||||||
|
html{
|
||||||
|
border: 10px inset #9600ff;
|
||||||
|
min-height: calc(100vh - 20px);
|
||||||
|
}
|
||||||
body{
|
body{
|
||||||
background-color: #fdff99;
|
|
||||||
margin:1em;
|
margin:1em;
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user