CSS Background for divs with no-repeat and cover September 23, 2022 1 Min Read 0 36 .background { background-image: url(‘back.jpg’); background-size: cover; background-repeat: no-repeat; } See the Pen Untitled by Devtutorials4u (@devtutorial4u) on… CSS Chief Dev