mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 02:35:54 -07:00
Visual edits. Add triangular shape to headers on all pages
This commit is contained in:
parent
bede13b983
commit
b62e3eb0ca
7 changed files with 68 additions and 114 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<header class="bg-dark-blue py-5">
|
||||
<header class="bg-dark-blue py-5 relative">
|
||||
<div class="container px-5">
|
||||
<div class="row gx-5 justify-content-center">
|
||||
<div class="col-lg-6">
|
||||
|
|
@ -10,4 +10,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="custom-shape-divider-bottom-triangle">
|
||||
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
|
||||
<path d="M598.97 114.72L0 0 0 120 1200 120 1200 0 598.97 114.72z" class="shape-fill"></path>
|
||||
</svg>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue