edit: ajout d'un overlay de texture
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<title>vgaNAR6ta</title>
|
||||
</head>
|
||||
<body>
|
||||
<img src="./overlay001.png" class="overlay">
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.2 MiB |
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user