DEV Community

Discussion on: How I created my portfolio with Nextjs and PlainCSS!

Collapse
 
mohitm15 profile image
Mohit Maroliya

Nice article.
How did you added the video in background?

Collapse
 
irandeeprana profile image
Randeep Rana • Edited

I Used <Video /> Tag for it. I put video tag and h1 tag in the same container. I made position absolute for H1 tag and fixed it to the center. Its very simple do try it out. You can take reference from my code.
github.com/Randeep-Rana-au8/portfolio