Examples of...
Language and literature (198)
Grammar, Letters and essays, Literature, Poetry, Redaction, Spelling, Vocabulary, Science (121)
Agriculture, Anatomy, architecture, Astronomy, Biology and Biotechnology, Chemistry, Mathematics, Physics, Technology, Social Sciences (22)
Accounting, Administration, Anthropology, Communication Sciences, Economic Sciences, Education, Geography, History, Human Resources, Law, Philosophy, Political science, Sociology, Tourism, Health and Wellness (22)
Alternative Medicine, Beauty, Diet and Nutrition, General Medicine, Geriatrics, Massage, Nursing, Other topics, Pharmacy, Psychiatry, Psychology, Veterinary, Languages (9)
Catalan, Dutch, English, French, German, Italian, Japanese, Latin, Other languages, Portuguese, Russian, Spanish, You are here: Examples10.com > Computer - Programming > CSS
Examples of CSS
Position a background image with CSS Posted on 2011-01-14 14:02:53
How to position a background image, here one example:
<html>
<head>
<style type="text/css">
body{
background-image:url("...Background color of elements Posted on 2011-01-14 14:01:40
Set the background color of a page with this script:
<html>
<head>
<style type="text/css">
h1{background-color:#6495ed;}
...Background color of a page Posted on 2011-01-14 14:00:31
Set the background color of a page with this script:
<html>
<head>
<style type="text/css">
body
{
background-color:#b0c4d...Showing 1 - 3 results of 3
1