Utilities Bootstrap 5Free+ CSS
Add a utility to your UI with Cool CSS Waves snippet. Free Bootstrap 5 code — HTML & CSS ready to copy, MIT licensed.
1.9k views64 downloads
gosnippets.com/preview/cool-css-waves-snippet
Source Code
1<!--Hey! This is the original version
2of Simple CSS Waves-->
3
4<div class="header">
5
6<!--Content before waves-->
7<div class="inner-header flex">
8<!--Just the logo.. Don't mind this-->
9<svg version="1.1" class="logo" baseProfile="tiny" id="Layer_1" xmlns="http://www.w3.org/2000/svg"
10xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 500 500" xml:space="preserve">
11<path fill="#FFFFFF" stroke="#000000" stroke-width="10" stroke-miterlimit="10" d="M57,283" />
12<g><path fill="#fff"
13d="M250.4,0.8C112.7,0.8,1,112.4,1,250.2c0,137.7,111.7,249.4,249.4,249.4c137.7,0,249.4-111.7,249.4-249.4
14C499.8,112.4,388.1,0.8,250.4,0.8z M383.8,326.3c-62,0-101.4-14.1-117.6-46.3c-17.1-34.1-2.3-75.4,13.2-104.1
15c-22.4,3-38.4,9.2-47.8,18.3c-11.2,10.9-13.6,26.7-16.3,45c-3.1,20.8-6.6,44.4-25.3,62.4c-19.8,19.1-51.6,26.9-100.2,24.6l1.8-39.7 c35.9,1.6,59.7-2.9,70.8-13.6c8.9-8.6,11.1-22.9,13.5-39.6c6.3-42,14.8-99.4,141.4-99.4h41L333,166c-12.6,16-45.4,68.2-31.2,96.2 c9.2,18.3,41.5,25.6,91.2,24.2l1.1,39.8C390.5,326.2,387.1,326.3,383.8,326.3z" />
16</g>
17</svg>
18<h1>Simple CSS Waves</h1>
19</div>
20
21<!--Waves Container-->
22<div>
23<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
24viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
25<defs>
26<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
27</defs>
28<g class="parallax">
29<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" />
30<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" />
31<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" />
32<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" />
33</g>
34</svg>
35</div>
36<!--Waves end-->
37
38</div>
39<!--Header ends-->Tags
More Utilities snippets

Auto move mouse cursor snippet
Auto move mouse cursor snippet: a hand-crafted, open-source Bootstrap 5 utility. HTML, CSS & JS included, ready to copy.
UtilitiesView →

Bootstrap 5 Ecommerce Product Detail Page Design snippet
Free Bootstrap 5 utility snippet — Bootstrap 5 Ecommerce Product Detail Page Design snippet. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
UtilitiesView →

Bootstrap 5 Ecommerce single product page design template
Free Bootstrap 5 utility snippet — Bootstrap 5 Ecommerce single product page design template. Preview, copy HTML & CSS, drop it into any Bootstrap 5 project.
UtilitiesView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.