diff --git a/index.html b/index.html index 2f4ce87..2573317 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ vgaNAR6ta +
diff --git a/public/overlay001.png b/public/overlay001.png new file mode 100644 index 0000000..661aee3 Binary files /dev/null and b/public/overlay001.png differ diff --git a/src/assets/style.css b/src/assets/style.css index 0472e03..e36ab8d 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -202,3 +202,13 @@ p{ .zTop .titleBtn:hover { background-color: var(--light-color); } + +/*=====================Overlay*/ +.overlay{ + position: fixed; + width: 100%; + height: 100%; + pointer-events: none; + opacity: 0.0333; + z-index:333; +}