?
2014-02-14 10:27:03 UTC
CSS code :
body{
background-color: black;
}
#CSS{
margin: 0 auto;
width: 500;
height: 1000;
border: 5px solid red;
background: grey;
}
HTML code :
This is content
It appears only the text without all the backgrounds and sh!t . I want to add the CSS into the HTML file . Just to mention that those are who files HTML file - html 1.html and CSS file - CSS.css
Also when I add the CSS code in the HTML file (I hope you will get me) in the "style" tags it works perfectly so I would also want to ask is this ok to do ?