oeuf de paques en fin de com ville

這個提交存在於:
thaaoblues 2023-06-13 17:22:42 +02:00
父節點 7da1398e4f
當前提交 aa88a7bfaa
共有 3 個檔案被更改,包括 30 行新增1 行删除

查看文件

@ -113,4 +113,30 @@ th {
td.title {
color: red;
}
}
@keyframes rotate-zoom {
0% {
transform: rotate(0deg) scale(1);
}
25%{
transform: rotate(90deg) scale(1.5);
}
50% {
transform: rotate(180deg) scale(2);
}
75%{
transform: rotate(270deg) scale(1.5);
}
100% {
transform: rotate(360deg) scale(1);
}
}
.prez-ep {
animation-name: rotate-zoom;
animation-duration: 2s; /* Adjust the duration as desired */
animation-timing-function: linear;
animation-iteration-count: infinite;
width: 30%;
height: 30%;
}

二進制
assets/img/prez.png 一般檔案

未顯示二進位檔案。

之後

寬度:  |  高度:  |  大小: 517 KiB

查看文件

@ -155,6 +155,9 @@ if(isset($_GET["ekip"])){
<div class="zone_txt">
<h2>BRAVO <?=$result['nom']?> VOUS AVEZ FINI !!!!</h2>
<h2><br> Temps : <?=$heures?>h <?=$minutes?>min <?=$secondes?>s</h2>
<img src="assets/img/prez.png" class="prez-ep" id="prez-ep">
</div>
<?php