blob: b668ceba783976af884abd5304383eb9bb5e49df (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>Reference for: Blend a background image and a background color on the root, specifying background-attachment: fixed</title>
<style>
html {
background: #777777;
}
</style>
|