supp la scripted.db

ServeurDeTest
nathan boileau 2 years ago
parent 146a4b62fc
commit fe5f0a2166

Binary file not shown.

@ -14,7 +14,7 @@
#imgMain { #imgMain {
background-image: url("../../assets/img/SecondMainBack.jpg"); background-image: url("../../assets/img/SecondMainBack.jpg");
background-position: center center; background-position: bottom center;
background-attachment: fixed; background-attachment: fixed;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
@ -26,4 +26,20 @@
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 85%; width: 85%;
height: 70%; height: 70%;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
#AllBg {
background-color: #511949;
opacity: 0.8;
background-size: 10px 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
} }

@ -20,12 +20,16 @@
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
crossorigin="anonymous" crossorigin="anonymous"
></script> ></script>
<link rel="stylesheet" href="../CSS/Main2.css"> <link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0"
/>
<link rel="stylesheet" href="../CSS/Main2.css" />
</head> </head>
<body> <body>
<div> <div>
<div class="container-fluid" id="imgMain"> <div id="imgMain">
<i class="bi bi-list-nested" style="color:white; height:100px; width: 100px;"></i> <span class="material-symbols-outlined p-2" id="AllBg" style="font-size:40px; transform: rotate(90deg)"> clear_all </span>
</div> </div>
</div> </div>
</body> </body>

Loading…
Cancel
Save