alitahir4024 / before-and-after-effects-on-buttons

This project is based on css before and after effects on a button element.

Home Page:https://alitahir4024.github.io/before-and-after-effects-on-buttons/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

before-and-after-effects-on-buttons

This project is based on css before and after effects on a button element.Before and after in css are known as pseudo-elements because they are selected with '::' sign.Before and after are used very commonly in designing.

Important Css properties used:

1 ::pseudo_elements: https://www.w3schools.com/css/css_pseudo_elements.asp 2 ::before: https://www.w3schools.com/cssref/sel_before.asp 3 ::after: https://www.w3schools.com/cssref/sel_after.asp

Important HTML Tags used:

1:Button: https://www.w3schools.com/tags/tag_button.asp

Project Preview:

Before And After Effects On Buttons

About

This project is based on css before and after effects on a button element.

https://alitahir4024.github.io/before-and-after-effects-on-buttons/

License:MIT License


Languages

Language:CSS 73.9%Language:HTML 26.1%