Difference between revisions of "Loogart"

From wiki
Jump to navigation Jump to search
m
m
Line 4: Line 4:
 
#mw-head{display:none!important;opacity:0!important;}
 
#mw-head{display:none!important;opacity:0!important;}
 
</style>
 
</style>
 +
<body>
  
 
<div style="position:fixed;top:0;left:0;right:0;height:100%;background-color:red;z-index:1000000000;>
 
<div style="position:fixed;top:0;left:0;right:0;height:100%;background-color:red;z-index:1000000000;>
Line 14: Line 15:
 
}
 
}
 
</script>
 
</script>
 
+
</body>
 
</html>
 
</html>

Revision as of 12:20, 26 March 2018

<html>

<style>

  1. mw-head{display:none!important;opacity:0!important;}

</style> <body>

helloooooo

<script> function myFunction() {

   document.getElementById("mw-head").style.visibility = "hidden";

} </script> </body> </html>