Skip to content

Commit

Permalink
Changed the background
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniya-Alekseyenko committed Sep 13, 2022
1 parent b43c9b8 commit 304bcc8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow:wght@600&family=Bebas+Neue&family=Cormorant+SC:wght@400;600&family=Fraunces:opsz,[email protected],700;9..144,900&family=Inter:wght@400;500;600;700;800&family=Lobster&family=PT+Sans&family=Playfair+Display:wght@700&family=Poppins&family=Prompt:ital,wght@1,900&display=swap');

body {
height: 100vh;
background: linear-gradient(
45deg,
rgba(236, 151, 176, 0.8),
rgba(34, 101, 163, 0.5)
),
url(https://images.unsplash.com/photo-1500491460312-c32fc2dbc751?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
background-size: cover;
}

.App {
font-family: 'Lobster';
text-align: center;
Expand Down

0 comments on commit 304bcc8

Please sign in to comment.