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>
/* 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