public code v1
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.matrix {
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.matrix::before, .matrix::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
border: 1px solid #000;
|
||||
width: 6px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.matrix::before {
|
||||
left: -6px;
|
||||
border-right: 0px;
|
||||
}
|
||||
|
||||
.matrix::after {
|
||||
right: -6px;
|
||||
border-left: 0px;
|
||||
}
|
||||
|
||||
.matrix td {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
html{
|
||||
background-color: #F0F0F0;
|
||||
margin: 0px;
|
||||
}
|
||||
body{
|
||||
margin: 0px;
|
||||
}
|
||||
small{
|
||||
color: white;
|
||||
}
|
||||
|
||||
.disabled{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: grey;
|
||||
background-color: rgba(128, 128, 128, 0.3);
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
Reference in New Issue
Block a user