CaptAsh / Css-ClipPath-Exercise

Css-ClipPath-Exercise

Home Page:https://ashraftajuddin.github.io/Css-ClipPath-Exercise/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Css-Clip-Path-Exercise

Data Structure

  • Create a fancy shape using clip-path website and then using that shape in your HTML.

Method

<!-- in HTML used  HTML Semantic Elements
/* used close clip-path: polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50%)
 Left-Chevron clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
Right-Chevron clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);  and close clip-path:  polygon(
    20% 0%,
    0% 20%,
    30% 50%,
    0% 80%,
    20% 100%,
    50% 70%,
    80% 100%,
    100% 80%,
    70% 50%,
    100% 20%,
    80% 0%,
    50%)
used Google Fonts for unique h1 font-family.

Resources

Result

Feel free to click here for the deployment!

About

Css-ClipPath-Exercise

https://ashraftajuddin.github.io/Css-ClipPath-Exercise/


Languages

Language:CSS 74.9%Language:HTML 25.1%