From f643681bbbb361f5fe074554d75f32c4e684a61f Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 22 Jan 2024 00:09:06 +0200 Subject: meta: fresh new look for musique.html --- style.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 08d2be3..f4b6443 100644 --- a/style.css +++ b/style.css @@ -136,6 +136,40 @@ marquee{ border-top: 3px dotted rgba(0, 0, 255, 0.6); } +.gif { + position: fixed; + opacity: 0.9; +} + +.gif:hover { + animation-name: spin; + animation-duration: 1s; + animation-iteration-count: infinite; + animation-timing-function: linear; +} + +.side-scroller { + overflow-x: auto; + white-space: nowrap; +} + +.side-scroller .content { + display: inline-block; + border-color: #9DDFFF; + width: 310px; + margin: 10px; + color: white; + background-image: url(img/bg.gif); +} + +.side-scroller .content h2 { + width: 100%; +} + +.side-scroller .content img { + width: 95%; +} + .footer{ /*position: fixed; top: 5px;*/ -- cgit v1.2.3