CodeNewbie Community 🌱

Temani Afif profile picture

Temani Afif

Another Dev guy who love hacking with CSS

Location Tunisie Joined Joined on  Personal website https://www.patreon.com/temani
100 underline/overlay animations | The ultimate CSS collection 🥇

100 underline/overlay animations | The ultimate CSS collection 🥇

2
Comments
2 min read

Want to connect with Temani Afif?

Create an account to connect with Temani Afif. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
loading...
const modalMarkup = `
`; // 2. Append the markup string to the end of the document body document.body.insertAdjacentHTML('beforeend', modalMarkup);