Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3584 from sertxudeveloper/patch-2
Browse files Browse the repository at this point in the history
Merged by aniket965
  • Loading branch information
Aniket965 authored Oct 16, 2018
2 parents f17c9e0 + 3ffe8d2 commit d6d84e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions JavaScript/Background_generator/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
body {
font: 'Raleway', sans-serif;
font: 'Raleway', sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: uppercase;
letter-spacing: .5em;
top: 15%;
background: linear-gradient(to right, purple , green); /* Standard syntax */
background: linear-gradient(to right, purple , green); /* Standard syntax */
}

h1 {
Expand All @@ -18,10 +18,9 @@ h1 {
}

h3 {
font: 900 1em 'Raleway', sans-serif;
font: 900 1em 'Raleway', sans-serif;
color: rgba(0,0,0,.5);
text-align: center;
text-transform: none;
letter-spacing: 0.01em;

}

0 comments on commit d6d84e9

Please sign in to comment.