1 Star 0 Fork 0

my_zsh990416/html2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index9.html 824 Bytes
一键复制 编辑 原始数据 按行查看 历史
my_zsh990416 提交于 2020-04-11 15:32 . 第23章
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
body{
/* border-image-source:url(cc.png) ;
border-image-width: 81px;
border-width: 20px;
border-image-slice: 27;
border-image-slice: 81;
border-image-outset: 20px; */
border-image-repeat: stretch;
}
div{
width: 400px;
height: 40px;
border-image-source: url(cc.png);
border-image-width: 10px;
border-image-slice: 10 fill;
border-image-repeat: stretch;
}
</style>
</head>
<body>
<div>
<img src="./cc.jpg" alt="">
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/my_zsh990416/html2.git
git@gitee.com:my_zsh990416/html2.git
my_zsh990416
html2
html2
master

搜索帮助