Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
JaveriyaSaleem committed Sep 27, 2024
1 parent 87d4d2e commit d5c5aa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body>


<div class="container mt-5 ">
<div class="container mt-5">
<div class="row">
<div class="col-12 col-md-4 mx-auto">
<div class="main-div px-4 pt-3 ">
Expand Down
9 changes: 8 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

body
{
background: #e8eaec !important;
background: #428cf4 !important;
}
.main-div{
background: #e8eaec;
Expand All @@ -28,8 +28,15 @@ body
border: 3px solid black;

}

.btn-border-shadow {
border: 2px solid black !important;
box-shadow: 3px 3px black !important;
background-color: white;
}
.btn-border-shadow:hover {
border: 2px solid black !important;
box-shadow: 4px 4px black !important;


}

0 comments on commit d5c5aa9

Please sign in to comment.