Skip to content

Commit

Permalink
news card view css added 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinthanaRU committed Oct 18, 2021
1 parent ef28d0f commit 18e66b5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,23 @@
margin-top: 30%;
}

.h3{
color: #186ffc;
height: 0%;
margin-top: 30%;
}
.h1{
color: #dafc18;
height: 0%;
margin-top: 30%;
}

.updatecard{
box-shadow: 0 4px 8px 0 rgba(221, 6, 6, 0.2);
transition: 0.3s;
width: 40%;
}

.newCard{
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
Expand Down

0 comments on commit 18e66b5

Please sign in to comment.