mirror of
https://gitlab.com/redline-racing-division/redline-racing-website.git
synced 2025-06-15 22:56:44 +00:00
added scrolling chevron
This commit is contained in:
parent
a8fa2cd26a
commit
963e32e758
1
img/chevrons-down.svg
Normal file
1
img/chevrons-down.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-down"><polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline></svg>
|
After Width: | Height: | Size: 317 B |
@ -93,7 +93,7 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<header class="masthead text-center text-white">
|
||||
<header class="masthead text-center">
|
||||
<div class="masthead-content" style="min-height: 70vh;">
|
||||
<div class="image">
|
||||
<img
|
||||
@ -110,13 +110,18 @@
|
||||
> -->
|
||||
</div>
|
||||
</div>
|
||||
<a href="#scroll"
|
||||
><img src="img/chevrons-down.svg" style="width: 5%;"
|
||||
/></a>
|
||||
|
||||
<!-- <div class="bg-circle-1 bg-circle"></div>
|
||||
<div class="bg-circle-2 bg-circle"></div>
|
||||
<div class="bg-circle-3 bg-circle"></div>
|
||||
<div class="bg-circle-4 bg-circle"></div> -->
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<section id="scroll">
|
||||
<br />
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-6 order-lg-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user