Arrow effect.
This commit is contained in:
parent
302bb67afc
commit
26d72f1e8c
2 changed files with 12 additions and 1 deletions
|
|
@ -87,4 +87,15 @@ h6:hover .anchor-link {
|
|||
|
||||
.card:hover .card-img-overlay {
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.arrow-effect {
|
||||
--s: 100px;
|
||||
--c1: var(--bs-body-bg);
|
||||
--c2: var(--bs-secondary-bg-subtle);
|
||||
|
||||
background:
|
||||
conic-gradient(#0000 75%, var(--c1) 0) 0 calc(var(--s)/4),
|
||||
conic-gradient(from 45deg, var(--c1) 25%, var(--c2) 0);
|
||||
background-size: var(--s) var(--s);
|
||||
}
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<div class="position-relative overflow-hidden">
|
||||
<div class="position-relative overflow-hidden arrow-effect">
|
||||
<section class="container-xxl text-shadow">
|
||||
<h2 class="section" id="section-wow">Werkwijze</h2>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue