viewport
This commit is contained in:
parent
6d9d19543a
commit
2f99d8cc37
2 changed files with 5 additions and 0 deletions
4
index.css
Normal file
4
index.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
@viewport {
|
||||
width: device-width;
|
||||
zoom: 1;
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<title>Marc Beninca</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue