How to Change Text Color in HTML
Here is how to change text color in html using a bit of CSS (Cascading Style Sheets). Below are some examples that use inline style elements. <h1 style="color:green";>Welcome</h1> Gives you:…
Here is how to change text color in html using a bit of CSS (Cascading Style Sheets). Below are some examples that use inline style elements. <h1 style="color:green";>Welcome</h1> Gives you:…
Copy and paste the following code into style.css: div#wrapper { width: 850px; margin-top: 50px; margin-bottom: 10px; margin-left: auto; margin-right: auto; padding: 0px; border: thin solid #000000; -moz-box-shadow: 10px 10px 5px…