Customizing Apache 2 Website - Raspberry Pi Forums
i used google could't find out how change background colour in apache 2 website. how change background colour in apache 2 websites?
learn html , css so: here:
http://www.w3schools.com/cssref/pr_background-color.asp
code: select all
body { background-color: yellow; } h1 { background-color: #00ff00; } p { background-color: rgb(255,0,255); }
http://www.w3schools.com/cssref/pr_background-color.asp
raspberrypi
Comments
Post a Comment