Files
Cloud-Blog/components/svg/Wave.vue
nurRiyad c560b4be74 desing navbar
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
2022-12-09 01:35:55 +06:00

10 lines
399 B
Vue

<template>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#a2d9ff"
fill-opacity="1"
d="M0,224L60,208C120,192,240,160,360,138.7C480,117,600,107,720,122.7C840,139,960,181,1080,197.3C1200,213,1320,203,1380,197.3L1440,192L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z"
></path>
</svg>
</template>