Switch to full style
HTML code examples
Post a reply

change background color with RGB

Tue Nov 08, 2011 10:10 pm

change background color with RGB
Code:
<html>
<
head>
<
title>background-color</title>
<
style>
body {
  background-color: rgb(35%, 35%, 85%);
}
</
style>
</
head>
<
body>
<
h1 style="color:#FFFFFF;">header</h1>
<
p style="color:#CCCCCC;">
Text text text text text text text text
</p>
</
body>
</
html>
 




Post a reply
  Related Posts  to : change background color with RGB
 skymiles background color     -  
 Background color - mile200     -  
 gradient background color using CSS     -  
 Follow window background color     -  
 inherit background color from the parent element     -  
 changing the background color for site main menu.     -  
 Forum Description Text color change - Need Help     -  
 Change the border color of image and its link     -  
 change background of the paragraph     -  
 Change the body tag background in html     -  

Topic Tags

CSS Background, HTML Background