Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions Landing page/Landing_page.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,26 @@ nav .fa{
.fa-heart-o{
color: #f44336;
}

/*--Scroll up Button--*/
.arrow-btn{
position: fixed;
bottom: 30px;
right: 30px;
z-index: 9;
}
.arrow-btn a{
height: 39px;
width: 37px;
text-align: center;
background: #1b1b1b;
display: block;
border-radius: 3px;
cursor: pointer;
}
.arrow-btn a i{
color: #f2f2f2;
line-height: 39px;
font-size: 25px;
}

3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<title>Issue solver</title>
</head>
<body>
<div class="arrow-btn">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div>
<section class="header">
<nav>
<a herf="Landing_page.html"><img src="images/logo.jpg"></a>
Expand Down