CSS Border Effect on Hover for WP

Опубликовано: 17 Ноябрь 2022
на канале: StepbystepWP
229
3

Give your site elements an animated border upon hover.

CSS - copy hover class
https://codepen.io/t_afif/pen/rNJegrz

Paste hover class into Additional CSS
change top two border properties if you want.
Width to 3 pixels
border-image: ... to border-color:blue;

Add hover class to any element on a page by editing the page, clicking the block, scroll down to advanced, additional CSS classes, type "hover" without the quotes.
#wp #CSS #webdesign #website