remove border
This commit is contained in:
parent
868a95eadc
commit
690ca79064
|
|
@ -1,28 +1,18 @@
|
||||||
<style>
|
<style>
|
||||||
/* Style for the canvas */
|
|
||||||
#myCanvas {
|
|
||||||
border: 2px solid #000000;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Style for the overlay div */
|
|
||||||
#overlay {
|
#overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 150px;
|
top: 150px;
|
||||||
/* Adjust position as needed */
|
|
||||||
left: 150px;
|
left: 150px;
|
||||||
/* Adjust position as needed */
|
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
background-color: red;
|
background-color: red;
|
||||||
opacity: 0.7;
|
opacity: 0.7;
|
||||||
/* Optional: make it semi-transparent */
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Container for positioning */
|
|
||||||
.container {
|
.container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 500px;
|
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