Skip to content

Commit 2f56a2f

Browse files
committed
Adding a background-image
new file: mysite/polls/static/polls/images/background.gif modified: mysite/polls/static/polls/style.css https://docs.djangoproject.com/en/1.8/intro/tutorial06/#adding-a-background-image
1 parent 0c8bc31 commit 2f56a2f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
7.35 KB
Loading

mysite/polls/static/polls/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
li a {
22
color: green;
33
}
4+
5+
body {
6+
background: white url("images/background.gif") no-repeat right bottom;
7+
}

0 commit comments

Comments
 (0)