Skip to content

Commit

Permalink
Merge pull request #43 from NaveenChandraAdhikari/master
Browse files Browse the repository at this point in the history
Aligned in Center and changed Bg
  • Loading branch information
Priyanshi662 authored Jan 18, 2024
2 parents 2a106ec + f0a3bfa commit b31fe26
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Pokemon generator/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,20 @@
font-family: "Poppins", sans-serif;
}
body {
background-color: #eff3ff;

background-color: #6253252d;
background-image: linear-gradient(132deg, #625325 0%, #373d3d 100%);
/* background: rgba(255, 255, 255, 0.15); */

display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
/*padding: 100px;*/
width: 350px;

}
#card {
position: relative;
Expand Down

0 comments on commit b31fe26

Please sign in to comment.