Skip to content

Commit

Permalink
Documentation Improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay-Joshi73 committed Oct 1, 2023
1 parent 7e510d7 commit 9e1a53d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion content/batch/learn/css/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@ body {

/* Background image */
.container {
background-image: url(bg.jpg);
/*You Can Add Three Types Of Images Files Type*/
background-image: url(bg.jpg);
/*background-image: url(bg.svg);*/
/*background-image: url(bg.gif);*/
}

/* Linear gradient */
Expand Down

0 comments on commit 9e1a53d

Please sign in to comment.