Skip to content

Commit af4ae7b

Browse files
author
johirulshaky
committed
update something
1 parent 39737e5 commit af4ae7b

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ <h1>----- Javascript image Slider----- </h1>
2020
<div class="sliderItem"><img src="images/9.jpg" alt="photo"/></div>
2121
</div>
2222
</div>
23-
23+
<div class="author">
24+
<a href="https://facebook.com/johirulshaky/" target="_blank" title="Author page link">Facebook</a>
25+
<a href="https://github.com/johirulshaky/" target="_blank" title="Author Github link">Github</a>
26+
<a href="https://github.com/johirulshaky/javascript-slider/archive/refs/tags/1.0.zip" target="_blank" title="source code">Source Code</a>
27+
</div>
2428
<script type="text/javascript" src="style.js"></script>
2529

2630
</body>

style.css

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,36 @@
2424
}
2525
.sliderItem.active{
2626
opacity:1;
27-
}
27+
}
28+
.author{
29+
width: 57%;
30+
margin-left: auto;
31+
margin-top: 500px;
32+
}
33+
.author a {
34+
text-decoration: none;
35+
font-size: 15px;
36+
font-family: sansita;
37+
border: 2px solid tomato;
38+
color: blue;
39+
padding: 0px 5px;
40+
outline: 2px dotted orange;
41+
border-radius: 5px;
42+
cursor: pointer;
43+
}
44+
.author a:hover{
45+
color: white;
46+
background: tomato;
47+
transition: 0.5s;
48+
}
49+
50+
51+
52+
53+
54+
55+
56+
57+
58+
59+

0 commit comments

Comments
 (0)