formes gerer taille

master
frperalde 4 years ago
parent 3292e0fe5b
commit b19e779825

@ -115,6 +115,11 @@
clip-path: circle(50% at 50% 50%);
}
.rond{
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
}
.formeinte{
height: 100%;
width: 100%;

@ -574,7 +574,7 @@ function lancerpartie() {
function retour() {
document.getElementById("pageAccueil").style.visibility = "visible";
document.getElementById("pageGame").style.visibility = "hidden";
window.location.reload();
//window.location.reload();
}
function rechargerGAME() {

@ -35,6 +35,9 @@ function disableCache(formName){
function changeContour(value){
var newvalue = value * 0.055 + 1;
document.documentElement.style.setProperty('--z', newvalue+'vw');
var valcard = value * 0.013 + 1;
document.documentElement.style.setProperty('--n', valcard+'vw');
//document.documentElement.style.setProperty('--n', newvalue+'vw');
//document.getElementById("SettingName").innerHTML = newvalue;
}

Loading…
Cancel
Save