1 Star 0 Fork 15

心之所向皆是光/TypeScript教程

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 843 Bytes
一键复制 编辑 原始数据 按行查看 历史
技术蛋老师 提交于 2022-10-04 18:11 . 完整代码
body {
width: 900px;
height: 800px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
button {
font-size: 1.5rem;
color: rgb(7, 75, 99);
width: 200px;
margin: 10px;
}
table {
text-align: center;
}
th, td {
border: 1px solid rgb(118, 156, 148);
padding: 5px;
}
a {
text-decoration: none;
color: red;
font-weight: bolder;
}
img {
height: 30px;
width: 30px;
}
@keyframes changing {
from {
border-style: solid;
}
to {
border-style: dotted;
border-color: red;
}
}
.remind {
border-style: solid;
animation-name: changing;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.green {
background-color: rgb(106, 181, 118);
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ShArECODEING/type-script-tutorial.git
git@gitee.com:ShArECODEING/type-script-tutorial.git
ShArECODEING
type-script-tutorial
TypeScript教程
master

搜索帮助