📄 9.html
字号:
<html>
<head>
<title>CSS Demo</title>
<style>
.my1 { position: absolute;
left: 10px;
top: 10px;
filter:FlipH(); }
.my2 { position: absolute;
left: 300px;
top: 10px;
filter:FlipV(); }
</style>
</head>
<body>
<div class="my1">
<h1>水平翻转对象</h1>
<img src="start.jpg" alt="Start Line">
</div>
<div class="my2">
<h1>垂直翻转对象</h1>
<img src="start.jpg" alt="Start Line">
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -