Answers for "in css background color"

CSS
41

css background color

body {
  background-color: green;
}
Posted by: Guest on February-03-2020
2

how to add a background color in css

body {
    background-color: red;
}
Posted by: Guest on November-15-2021
0

css background collor

<style>
body {
  background-color: coral;
}
</style>
Posted by: Guest on February-20-2021

Code answers related to "in css background color"

Browse Popular Code Answers by Language