Skip to content

Commit

Permalink
Adding the top button.
Browse files Browse the repository at this point in the history
  • Loading branch information
angelica-moreira committed Oct 17, 2023
1 parent e4d796e commit 4bd2345
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 82 deletions.
13 changes: 13 additions & 0 deletions css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -6165,3 +6165,16 @@ a.badge:focus {
.affix {
position: fixed;
}

.top {
float: right;
position: fixed;
bottom: 10px;
left: 90.25%;
text-decoration: none;
padding: 10px;
font-family: sans-serif;
color: #fff;
background: #000;
border-radius: 100px;
}
Loading

0 comments on commit 4bd2345

Please sign in to comment.