Skip to content

Commit

Permalink
Merge pull request #36 from MrunalKashid02/MrunalKashid02/issue#35
Browse files Browse the repository at this point in the history
#35 issue: rearranged  buttons and added hover effect
  • Loading branch information
birm authored Oct 13, 2024
2 parents d274df1 + 845ccaf commit cd4c373
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,24 @@ a {
background-color: #9a2ca0;
font-weight: 500;
font-size: 35px;
line-height: 30px;
line-height: 32px;
border-radius: 15px;
margin: 20px;
text-align: left;
color: white;
padding: 25px 25px;
border: 1px solid #9a2ca0;
padding: 20px;
overflow: hidden;
position:static;
}




.section__button__colored:hover {
background-color: #d720e1 !important;
color:#9a2ca0 !important;
background-color: white;
background: transparent;
border: 1px solid #9a2ca0;
transition: all 1s ease;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}


Expand Down Expand Up @@ -282,6 +289,9 @@ a {
.hidden {
margin-top: 273px;
}
.section__button__colored{
margin:20px;
}

.nav-menu.active {
left: 0;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
>
<button class="section__button__colored">Try a Live Demo</button>
</a>
<a
<a
href="https://github.com/camicroscope/distro" target="_blank"
>
<button class="section__button__colored">Install caMicroscope</button>
Expand Down

0 comments on commit cd4c373

Please sign in to comment.