From fe0d3152d7d057f0476c119dbce74ef5ca632ec3 Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Wed, 29 Jan 2025 01:00:03 +0530 Subject: [PATCH] Update indeedlayout.css --- indeedlayout.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/indeedlayout.css b/indeedlayout.css index 4db8285..d132191 100644 --- a/indeedlayout.css +++ b/indeedlayout.css @@ -45,6 +45,16 @@ margin-left: unset; } +.reversetitle>h1 { + border: 2px var(--popcolor) solid; + background-color: var(--bgcolor); + transform: rotate(5deg); + position: absolute; + right: 0; + margin-right: -15px; + margin-left: unset; +} + /* END OF JAUNTY TITLES */ /* the rest of the layout vv */