viewport to css
這個提交存在於:
父節點
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>
|
||||
|
||||
|
|
載入中…
新增問題並參考