short css
1 body { 2 background: #[hex-color] url([image URL]) [repeat] [attachment] [position]; 3 } 4 5 p { 6 font: [style] [variant] [weight] [size]/[line-height] [family], [family]; 7 }
1 body { 2 background: #[hex-color] url([image URL]) [repeat] [attachment] [position]; 3 } 4 5 p { 6 font: [style] [variant] [weight] [size]/[line-height] [family], [family]; 7 }