Hi, Can someone tell me the correct CSS to create an unordered list with specific margins and text color?
Thank you
Hi, Can someone tell me the correct CSS to create an unordered list with specific margins and text color?
Thank you
ul {
margin: 1em 2em 3em 4em;
color: red;
}
:: Copyright KIRUPA 2024 //--