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 c6312a3

Browse files
Updated UI
1 parent d16931b commit c6312a3

File tree

1 file changed

+12
-6
lines changed
  • Challenges/Day 01 - JavaScript Drum Kit

1 file changed

+12
-6
lines changed

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
2-
31
html {
42
font-size: 10px;
53
background: #2980b9; /* fallback for old browsers */
64
background: linear-gradient(300deg, deepskyblue, darkviolet, blue);
75
background-size: 180% 180%;
8-
animation: gradient-animation 18s ease infinite;
6+
animation: gradient-animation 15s ease infinite;
97
}
108

9+
* {
10+
padding: 0;
11+
margin: 0;
12+
box-sizing: border-box;
13+
}
1114
body,
1215
html {
13-
margin: 0;
14-
padding: 0;
15-
font-family: 'Montserrat', sans-serif;
1616
height: 100%;
1717
}
18+
body {
19+
font-family: "Raleway", sans-serif;
20+
text-rendering: optimizeLegibility;
21+
-webkit-font-smoothing: antialiased;
22+
-moz-osx-font-smoothing: grayscale;
23+
}
1824

1925
.container {
2026
display: grid;

0 commit comments

Comments
(0)

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