Slideshow
Slideshow Manuel oder automatisch
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<!doctype html>
<html>
<head>
<style>
*{
margin:0;
padding:0;
}
body{
display:flex;
text-align:center;
flex-direction:column;
height:100vh;
}
#sliderbox{
display:flex;
width:80vw;
flex:10;
margin:0px auto;
}
figure{
border:3px solid black;
border-radius:20px;
}
#buttonbox{
width:80vw;
margin:0px auto;
display:flex;
flex:1;
}
#buttonbox > *{
flex:1;
height:30px;
}