Difference between revisions of "Team:Pasteur Paris/Essai"

(Blanked the page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Pasteur_Paris/Javascript}}
 
  
<html lang="en" >
 
<head>
 
  <meta charset="UTF-8">
 
  <title>Neurons</title> 
 
 
 
 
 
 
<style type="text/css">
 
body, html {
 
    margin: 0;
 
    padding: 0;
 
    min-width: 100%;
 
    min-height: 100%;
 
}
 
 
body {
 
    position: relative;
 
    background-image: linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146));
 
    z-index: -300;
 
    font-family:Arial, sans-serif;
 
    text-align: center;
 
}
 
 
#canvas {
 
    display: block;
 
    z-index: 1;
 
}
 
.title{
 
z-index: 600;
 
    font-family:Arial, sans-serif;
 
    text-align: center;
 
    vertical-align: center;
 
    position: fixed;
 
}
 
 
body::after {
 
    z-index: 10;
 
    position: absolute;
 
    display: block;
 
    width: 100%;
 
    height: 100%;
 
    top: 0;
 
    left: 0;
 
    content: '';
 
}
 
 
 
</style>
 
 
</head>
 
 
<body>
 
  <canvas id="canvas">
 
  </canvas>
 
</body>
 
 
 
 
 
 
 
 
</html>
 

Latest revision as of 09:48, 13 July 2018