Skip to main content

Simple Image Slider Using HTML & CSS


This Is the Simplest Image Slider I Have  Discovered, Because Its  Easy To Remember and it doesn't have any JavaScript Code,

And remember one thing this is only designed for 4 Images and its animate using image Width.

So you Have To use your Fist image as a 5th image Again to avoid transition Flash, Lets Begin.


Preview



HTML

<html>
<head>
<title>Image Slider</title>

</head>
<body>

<div id="slider">
<figure>
<img src="img1.png">
<img src="img2.png">
<img src="img3.png">
<img src="img4.png">
<img src="img1.png">
</figure>
</div>

</body>
</html>

CSS

#slider {
overflow: hidden;
}
#slider figure {
position: relative;
width: 500%;
margin: 0;
left: 0;
animation: 20s slider infinite;
}
#slider figure img {
float: left;
width: 20%;
}

@keyframes slider {
0% {
left: 0;
}
20% {
left: 0;
}
25% {
left: -100%;
}
45% {
left: -100%;
}
50% {
left: -200%;
}
70% {
left: -200%;
}
75% {
left: -300%;
}
95% {
left: -300%;
}
100% {
left: -400%;
}
}

HTML CSS All Together

<html>
<head>
<title>Image Slider</title>
<style type="text/css">

#slider {
overflow: hidden;
}
#slider figure {
position: relative;
width: 500%;
margin: 0;
left: 0;
animation: 20s slider infinite;
}
#slider figure img {
float: left;
width: 20%;
}

@keyframes slider {
0% {
left: 0;
}
20% {
left: 0;
}
25% {
left: -100%;
}
45% {
left: -100%;
}
50% {
left: -200%;
}
70% {
left: -200%;
}
75% {
left: -300%;
}
95% {
left: -300%;
}
100% {
left: -400%;
}
}

</style>
</head>
<body>

<div id="slider">
<figure>
<img src="img1.png">
<img src="img2.png">
<img src="img3.png">
<img src="img4.png">
<img src="img1.png">
</figure>
</div>

</body>
</html>
NOTE:- You have to save Your Image in Your HTML File Directory.

eg:

simple Slider Folder-|
                                  index.html
                                  img1.png
                                  img2.png
                                  img3.png
                                  img4.png

Comments

Popular posts from this blog

Corona Virus COVID19 Outbreak Worldwide Stats MAP

Here the covid 19 Outbreak map You Can see Cases, Deaths and recovered Count in Worlwide.  Visit To Out Brack MAP https://infographics.channelnewsasia.com/covid-19/map.htm

Download YoutTube Videos As Mp3 Direct Download

 DOWNLOAD YOUTUBE VIDEOS AS MP3 Visit Following Site and  copy Your Youtube Video Link and  paste it in this site and click conver   https://ytmp3.cc/

Best Torrent Sites

Torrent is one of the most recent technicals words because, Some of the world's most popular torrent websites are banned. However, as it is one of the most popular download methods in the world, torrent technology cannot be stopped. In our country, many people use torrents to download data such as films, games, and software. The torrent file-sharing method uses peer to peer (peer-to-peer) technology. This is the method of downloading files from one computer to another at the same time. It is on a computer that is downloading or downloading the torrent file. Here The Best Torrent Downloading Sites,   YTS.lt YTS   is Movie Torrent site, You Can download latest Movie's Torrent files, With Different Video Qualities, Also the have old movie Collections,    2. 1337X.to 1337x  Is the  Most Popular Torrent site nowadays, Because This Site has Lot of Things To download,  Such as  MOVIES TELEVISION(Library) GAMES MUS...