background kantor code example
Example 1: background color none
element {
background-color: transparent;
}
Example 2: how to add background in css
body {
background-image: url("paper.gif");
background-color: #cccccc;
}
element {
background-color: transparent;
}
body {
background-image: url("paper.gif");
background-color: #cccccc;
}