remove border

This commit is contained in:
Simon Knott 2024-11-13 12:41:36 +01:00
parent 868a95eadc
commit 690ca79064
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC
3 changed files with 0 additions and 10 deletions

View file

@ -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