We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723e39c commit e00e151Copy full SHA for e00e151
styles.css
@@ -3,8 +3,8 @@ body {
3
margin: 0;
4
padding: 0;
5
background-image: url('bg-pattern.png');
6
- background-size: auto;
7
- background-repeat: no-repeat;
+ background-size: auto 100%;
+ background-repeat: repeat-x;
8
background-attachment: fixed;
9
color: white;
10
transition: background 0.3s, color 0.3s;
0 commit comments