Home » Education » How to include a CSS background image 🏙️

How to include a CSS background image 🏙️

Written By Bro Code on Thursday, Sep 21, 2023 | 12:56 PM

 
#CSS #tutorial #course CSS background image tutorial example explained body{ background-image: url(background.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-size: cover; }