Skip to content

Commit

Permalink
update something
Browse files Browse the repository at this point in the history
  • Loading branch information
johirulshaky committed Apr 16, 2021
1 parent 39737e5 commit af4ae7b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ <h1>----- Javascript image Slider----- </h1>
<div class="sliderItem"><img src="images/9.jpg" alt="photo"/></div>
</div>
</div>

<div class="author">
<a href="https://facebook.com/johirulshaky/" target="_blank" title="Author page link">Facebook</a>
<a href="https://github.com/johirulshaky/" target="_blank" title="Author Github link">Github</a>
<a href="https://github.com/johirulshaky/javascript-slider/archive/refs/tags/1.0.zip" target="_blank" title="source code">Source Code</a>
</div>
<script type="text/javascript" src="style.js"></script>

</body>
Expand Down
34 changes: 33 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,36 @@
}
.sliderItem.active{
opacity:1;
}
}
.author{
width: 57%;
margin-left: auto;
margin-top: 500px;
}
.author a {
text-decoration: none;
font-size: 15px;
font-family: sansita;
border: 2px solid tomato;
color: blue;
padding: 0px 5px;
outline: 2px dotted orange;
border-radius: 5px;
cursor: pointer;
}
.author a:hover{
color: white;
background: tomato;
transition: 0.5s;
}











0 comments on commit af4ae7b

Please sign in to comment.