+ 7
How to make this code attractive usind css
5 odpowiedzi
+ 4
Well, I guess you would better finish some CSS lessons and then practise in that language.
However, the syntax in CSS code is wrong. Check Immanuel Giovano answer...
+ 4
put this on css
ignore the "---"
----------------------
body {
color : red;
background-color : grey;
font-family : arial;
}
-------------------
or this
-------------------
body {
color : #2ecc71;
background-color : #2c3e50;
font-family : arial;
}
---------------------------
+ 3
Learn More About CSS Purab Gupta
+ 3
Learn More About CSS Purab Gupta