feat : chronomètre

master
Maxence GUITARD 1 year ago
parent ea4b0bbae4
commit 358a025c36

@ -19,7 +19,6 @@
</head> </head>
<body style="background: linear-gradient(to bottom, rgba(37, 34, 71, 1), rgba(37, 35, 72, 1));" > <body style="background: linear-gradient(to bottom, rgba(37, 34, 71, 1), rgba(37, 35, 72, 1));" >
<div id="chrono" class="container mx-5 my-4 position-relative" style="width: 120px; height: 120px; border-radius: 50%; background: red; border: solid white; display: flex; align-items: center; justify-content: center;left:5%"> <div id="chrono" class="container mx-5 my-4 position-relative" style="width: 120px; height: 120px; border-radius: 50%; background: red; border: solid white; display: flex; align-items: center; justify-content: center;left:5%">
<div id="centre" style="height: 10px; width: 10px; border-radius: 50%; background: white; position: absolute; z-index: 2;"></div> <div id="centre" style="height: 10px; width: 10px; border-radius: 50%; background: white; position: absolute; z-index: 2;"></div>
<div id="aiguille-container" style="position: absolute; top: 2px; height: 58px; width: 3px;"> <div id="aiguille-container" style="position: absolute; top: 2px; height: 58px; width: 3px;">
@ -27,7 +26,6 @@
</div> </div>
<div id="fond" style="position: absolute; width: 120px; height: 120px;border: solid white;display: flex; align-items: center; justify-content: center; background: conic-gradient(red 0%, red 0deg, #4b4b4b 0deg, #4b4b4b 360deg);border-radius:50%;"></div> <div id="fond" style="position: absolute; width: 120px; height: 120px;border: solid white;display: flex; align-items: center; justify-content: center; background: conic-gradient(red 0%, red 0deg, #4b4b4b 0deg, #4b4b4b 360deg);border-radius:50%;"></div>
</div> </div>
<script src="js/scriptChrono.js"></script> <script src="js/scriptChrono.js"></script>
<div class="container text-center"> <div class="container text-center">

Loading…
Cancel
Save