html_css_demo/html/64.html

22 lines
670 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>纯CSS实现全屏滚动贴合效果横屏</title>
<link rel="stylesheet" href="../css/64.css">
</head>
<body>
<div class="container">
<!-- --c为自定义属性颜色值可通过var函数进行调用 -->
<div style="--c:lightcoral;">1</div>
<div style="--c:lightseagreen;">2</div>
<div style="--c:lightsalmon;">3</div>
<div style="--c:lightskyblue;">4</div>
</div>
</body>
</html>