Skip to content

Commit

Permalink
Merge pull request #22 from prashant314/master
Browse files Browse the repository at this point in the history
Changed the layout for buttons
  • Loading branch information
DeepanshuGOYAL05 authored Oct 18, 2020
2 parents e699ec5 + e88574b commit a8d8254
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 160 deletions.
14 changes: 12 additions & 2 deletions gen.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ color: #ffffff;
.hr1{
color: #f00;
background-color: #f00;
width:80%;
width:92%;
}
.imp{
color:#f44242;
Expand Down Expand Up @@ -457,4 +457,14 @@ color: #ffffff;
padding:30px 0px;

}


.bgvd .card {
-webkit-box-shadow: 5px 5px 5px black; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow: 5px 5px 5px black; /* Firefox 3.5 - 3.6 */
box-shadow: 5px 5px 5px black; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.bgvd .card-header{
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
Loading

0 comments on commit a8d8254

Please sign in to comment.