created a central area thinner than banners

This commit is contained in:
asus
2023-11-19 19:02:08 +01:00
parent f80c7608b2
commit 0d55418bf1
7 changed files with 205 additions and 146 deletions

View File

@@ -14,16 +14,16 @@ pre.banner.pause {
pre.banner.reverse {
animation-direction: reverse;
}
pre.banner.t0_5 {
pre.banner.t05 {
animation-duration: 0.5s;
}
pre.banner.t1_0 {
pre.banner.t10 {
animation-duration: 1s;
}
pre.banner.t1_5 {
pre.banner.t15 {
animation-duration: 1.5s;
}
pre.banner.t2_0 {
pre.banner.t20 {
animation-duration: 2s;
}
@keyframes slide {