Skip to content

Commit

Permalink
add animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilsone committed Apr 20, 2022
1 parent 9f3eb35 commit 566d715
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions css/animate.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ header {
font-weight: 700;
text-align: center;
}
.createNewListDimain-section {
padding: 1rem 2rem;
.main-section {
padding: 1rem 5rem;
}

.paragraph, .heading{
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="A Progressive shopping app with HTML CSS AND JAVASCRIPT">
<link href="https://fonts.googleapis.com/css2?family=Karla&amp;display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="manifest" href="./manifest.json">
<title>Grocery App</title>
Expand All @@ -23,7 +24,7 @@
<body>
<header>

<h1 class="heading">
<h1 class="heading animate__animated animate__bounceInRight">
Shopping Made Easy With Grocery App
</h1>
<p class="paragraph">Grocery App helps you to organize and priotize your list and keep them on track ✔✔✔</p>
Expand Down

0 comments on commit 566d715

Please sign in to comment.