diff --git a/map/gps/chase.css b/map/gps/chase.css index 1afa7eb..b8fbf30 100644 --- a/map/gps/chase.css +++ b/map/gps/chase.css @@ -3,10 +3,27 @@ height: 100%; background-color: #ffffff; } -h1{ - color: #FFC039; +h1 { + position: relative; + padding: 0.6em; + background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px); + background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px); + border-radius: 7px; } + +h1:after { + position: absolute; + content: ''; + top: 100%; + left: 30px; + border: 15px solid transparent; + border-top: 15px solid #ffebbe; + width: 0; + height: 0; +} + + hr{ width: 98%; color: #FFC039;