first commit
This commit is contained in:
1
node_modules/dom-to-image-more/spec/resources/input/dom-node.html
generated
vendored
Normal file
1
node_modules/dom-to-image-more/spec/resources/input/dom-node.html
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<input id="input" />
|
||||
13
node_modules/dom-to-image-more/spec/resources/input/style.css
generated
vendored
Normal file
13
node_modules/dom-to-image-more/spec/resources/input/style.css
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#dom-node {
|
||||
width: 400px;
|
||||
background-color: white;
|
||||
padding: 1em;
|
||||
}
|
||||
input {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
font-family: monospace;
|
||||
font-size: 20px;
|
||||
border: 1px solid grey;
|
||||
padding: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user