-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refactored css and html files by eslint
- Loading branch information
1 parent
775fd15
commit a36e410
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
homeworks/vladyslav.brusentsov_vBrusentsov/GamesProject/stylesheet.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap); | ||
@import url("https://fonts.googleapis.com/css?family=Roboto:regular,500,700&display=swap"); | ||
|
||
h1 { | ||
font-family: Roboto; | ||
font-size: 48px; | ||
font-weight: 700; | ||
font-family: Roboto; | ||
font-size: 48px; | ||
font-weight: 700; | ||
} | ||
|
||
p { | ||
font-family: Roboto; | ||
font-size: 22px; | ||
font-weight: 400; | ||
font-family: Roboto; | ||
font-size: 22px; | ||
font-weight: 400; | ||
} | ||
|
||
p a { | ||
color: #EF4934; | ||
color: #EF4934; | ||
} |