css/viewport,html
This commit is contained in:
parent
1a41c18d2f
commit
87171e438b
1 changed files with 10 additions and 0 deletions
10
index.css
10
index.css
|
@ -0,0 +1,10 @@
|
|||
@viewport {
|
||||
width: device-width;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
html {
|
||||
background: rgb(0,0,0);
|
||||
color: rgb(160,160,160);
|
||||
font-family: sans;
|
||||
}
|
Loading…
Reference in a new issue