Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c9e6454

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /