CodeNewbie Community 🌱

Jos O'shea (they/them) profile picture

Jos O'shea (they/them)

aspiring non-binary web dev

Location Lexington, KY Joined Joined on  Email address jos@joshea.dev Personal website https://joshea.dev
Coding a random CSS gradient generator!

Coding a random CSS gradient generator!

9
Comments 2
2 min read

Want to connect with Jos O'shea (they/them)?

Create an account to connect with Jos O'shea (they/them). 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);