1 Star 1 Fork 0

liujiangyi/DotMatrix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dotMartrix.css 686 Bytes
一键复制 编辑 原始数据 按行查看 历史
U-PC\root 提交于 2017-09-29 13:50 . backup
.Dot{
background-color:lightgray;
cursor: pointer;
}
.OutputArea{
display: block;
height: 400px;
}
.MatrixElem
{
display: inline-block;
width: 30px;
height:30px;
border: 1px solid black;
text-align: center;
}
.MatrixLabel{
background-color: aquamarine;
}
.LeftFloat{
float:left;
}
.my-panel{
//margin-left: auto;
//margin-right: auto;
margin-left:50px;
width: 500px;
margin-bottom: 20px;
margin-top:25px;
}
select{
width:100px;
height: 30px;
}
button{
width: 100px;
height: 30px;
margin-left: 30px;
}
.Dot:active{
transform: translateY(1px);
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liujiangyi123/DotMatrix.git
git@gitee.com:liujiangyi123/DotMatrix.git
liujiangyi123
DotMatrix
DotMatrix
master

搜索帮助