Skip to content

Commit

Permalink
Merge pull request #318 from RaunakMandal/master
Browse files Browse the repository at this point in the history
Fix: Bring card images to middle and fixed size. Increased Card title…
  • Loading branch information
vikhyatsingh123 authored Oct 29, 2022
2 parents 8febbb0 + b69bdf0 commit bc848c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

.card-title{
color: Red;
text-align: center;
font-size: x-large;
}

.next{
Expand Down Expand Up @@ -83,6 +85,11 @@ html {
margin:0 auto;
}
.card-img-top {
display: block;
margin-left: auto;
margin-right: auto;
width: 45%;
height: 45%;
padding: 2rem;
}
body {
Expand Down

0 comments on commit bc848c1

Please sign in to comment.