edit: ajout d'un overlay de texture
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
<title>vgaNAR6ta</title>
|
<title>vgaNAR6ta</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<img src="./overlay001.png" class="overlay">
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script type="module" src="/src/main.js"></script>
|
<script type="module" src="/src/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
@@ -202,3 +202,13 @@ p{
|
|||||||
.zTop .titleBtn:hover {
|
.zTop .titleBtn:hover {
|
||||||
background-color: var(--light-color);
|
background-color: var(--light-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*=====================Overlay*/
|
||||||
|
.overlay{
|
||||||
|
position: fixed;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.0333;
|
||||||
|
z-index:333;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user