viewport to css

這個提交存在於:
Mstrdav 2021-03-07 13:04:04 +01:00
父節點 7c03ef4f12
當前提交 56834414b7
共有 2 個檔案被更改,包括 7 行新增1 行删除

查看文件

@ -4,6 +4,13 @@
src: url('/Y/Poppins-Light.ttf') format('truetype');
}
/* VIEWPORT */
@viewport {
width: device-width;
initial-scale: 1.0;
zoom: 1;
}
/* règles generéales */
* {
margin: 0px;

查看文件

@ -5,7 +5,6 @@
<title>D. Le Botlan</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<link media="all" href="Y/ystyle.css" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="Y/Scripts/yfold.js"></script>
</head>