remove border
This commit is contained in:
parent
868a95eadc
commit
690ca79064
|
|
@ -1,28 +1,18 @@
|
|||
<style>
|
||||
/* Style for the canvas */
|
||||
#myCanvas {
|
||||
border: 2px solid #000000;
|
||||
}
|
||||
|
||||
/* Style for the overlay div */
|
||||
#overlay {
|
||||
position: absolute;
|
||||
top: 150px;
|
||||
/* Adjust position as needed */
|
||||
left: 150px;
|
||||
/* Adjust position as needed */
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
background-color: red;
|
||||
opacity: 0.7;
|
||||
/* Optional: make it semi-transparent */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* Container for positioning */
|
||||
.container {
|
||||
position: relative;
|
||||
width: 500px;
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 6.6 KiB |
Loading…
Reference in a new issue