diff --git a/ipograph.css b/ipograph.css new file mode 100644 index 0000000..6b5d3a8 --- /dev/null +++ b/ipograph.css @@ -0,0 +1,49 @@ +#single{ + border: 2px solid red; + font-size: small; + width:60px; + height:20px; + position:absolute; + right:120px; + top:150px; + cursor:pointer; + text-align: center; +} + +#arrow1{ + background: black; + border: 1px solid black; + width:60px; + height:20px; + position:absolute; + right:30px; + top:150px; + cursor:pointer; + clip-path: polygon(0% 40%, 95% 40%, 92% 10%, 95% 0%, 100% 50%, 95% 100%, 92% 90%, 95% 60%, 0% 60%); +} + +#myText{ + width: 180px; + height:25px; + position:absolute; + bottom:50px; + right:10px; +} + +#okButton{ + width: 50px; + height: 25px; + position:absolute; + bottom:50px; + right:10px; + +} + +#cancelButton{ + width: 50px; + height: 25px; + position:absolute; + bottom:50px; + right:10px; + +} \ No newline at end of file