diff --git a/assets/css/page/com_ville.css b/assets/css/page/com_ville.css index 3245376..3787316 100644 --- a/assets/css/page/com_ville.css +++ b/assets/css/page/com_ville.css @@ -113,4 +113,30 @@ th { td.title { color: red; -} \ No newline at end of file +} + +@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%; + } \ No newline at end of file diff --git a/assets/img/prez.png b/assets/img/prez.png new file mode 100644 index 0000000..b6fc634 Binary files /dev/null and b/assets/img/prez.png differ diff --git a/com_ville.php b/com_ville.php index b0a4f31..ec83d1e 100644 --- a/com_ville.php +++ b/com_ville.php @@ -155,6 +155,9 @@ if(isset($_GET["ekip"])){

BRAVO VOUS AVEZ FINI !!!!


Temps : h min s

+ + +