first commit
This commit is contained in:
27
node_modules/dom-to-image-more/spec/resources/pixeldata/style.css
generated
vendored
Normal file
27
node_modules/dom-to-image-more/spec/resources/pixeldata/style.css
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.pixel {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
float: left;
|
||||
}
|
||||
.top {
|
||||
background-color: rgb(255, 0, 0);
|
||||
}
|
||||
.middle {
|
||||
background-color: rgb(0, 255, 0);
|
||||
}
|
||||
.bottom {
|
||||
background-color: rgb(0, 0, 255);
|
||||
}
|
||||
.left {
|
||||
clear: left;
|
||||
}
|
||||
.center {
|
||||
opacity: 0.4;
|
||||
}
|
||||
.right {
|
||||
opacity: 0.2;
|
||||
}
|
||||
#dom-node {
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user