Skip to content

Commit c9e6454

Browse files
authored
Update style.css
1 parent d67c5c2 commit c9e6454

File tree

1 file changed

+5
-2
lines changed
  • Challenges/Day 01 - JavaScript Drum Kit

1 file changed

+5
-2
lines changed

Challenges/Day 01 - JavaScript Drum Kit/style.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
html {
22
font-size: 10px;
3-
background: url(https://i.imgur.com/b9r5sEL.jpg) bottom center;
4-
background-size: cover;
3+
/*background: url(https://i.imgur.com/b9r5sEL.jpg) bottom center;
4+
background-size: cover;*/
5+
background: #2980b9; /* fallback for old browsers */
6+
background: -webkit-linear-gradient(to right, #2c3e50, #2980b9); /* Chrome 10-25, Safari 5.1-6 */
7+
background: linear-gradient(to right, #2c3e50, #2980b9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
58
}
69

710
body,

0 commit comments

Comments
 (0)