IanLunn / Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
http://ianlunn.github.io/Hover/
Other
29.25k stars 5.78k forks source link

change width and make it center #124

Closed abdhannan closed 6 years ago

abdhannan commented 6 years ago

How to change width the effect for ex: 20% of a parent element and make it center?

Thank you!

arximughal commented 6 years ago

@abdhannan Please explain it a little bit more, or better share a screenshot/reference of what you need.

IanLunn commented 6 years ago

@abdhannan You might want to try something like this:

display: block;
width: 20%;
margin-left: auto;
margin-right: auto;