Table of Contents
Hi everybody! Using HTML, CSS, and JavaScript, you will learn
how to create a responsive anime web design using HTML CSS, And JAVASCRIPT in this Blog.
Using standard JavaScript, users can use the navigation buttons on the web design moving car animation  website design to navigate through each slide. The clip-path property is utilized for the transition on the slide. I hope that when you design a website with online moving car animation , this video will be helpful.
Index.html
complete responsive anime website design
Anime.
Kakegurui
High roller Yumeko Jabami plans to clean house at Hyakkaou Private
Academy, a school where students are evaluated solely on their
gambling skills.
Download
DEATH NOTE
When a Japanese high schooler comes into possession of a mystical
notebook, he finds he has the power to kill anybody whose name he
enters in it.
Download
One-Punch Man
The most powerful superhero in the world can kill anyone with one
blow. But nothing can challenge him, so he struggles with ennui and
depression
Download
Naruto
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Popular on Anime
Naruto
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
One-Punch Man
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
DEATH NOTE
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Black Clover
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Jujutsu Kaisen
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Haikyu!!
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Kuroko's Basketball
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
My Hero Academia
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Dr. Stone
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Tokyo Revengers
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Sword Art Online
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
KENGAN ASHURA
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Action Movies
Kuroko's Basketball
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
AHIRU NO SORA
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Seraph of the End
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Kuroko's Last Game
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Fate/Zero
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Hellsing Ultimate
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
DEVILS'LINE
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Legend of Exorcism
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Child Movies
Beyblade
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Beyblade Burst Turbo
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Bakugan: Battle Planet
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Sonic X
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Yowamushi Pedal
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Shimajiro: A Adventure
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Go Astro Boy Go!
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Family Movies
STAND BY ME Doraemon 2
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Pokémon the Movie
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Hows Moving Castle
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Spirited Away
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
My Neighbor Totoro
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Kikis Delivery Service
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Ponyo
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Arrietty
Guided by the spirit demon within him, orphaned Naruto learns
to harness his powers as a ninja in this anime adventure series.
Download
Anime.
© Dailywebdesign. All rights reserved.
download.html
Download Page
Anime.
ABOUT KENGAN ASHURA
Ohma Tokita enters a hidden world where corporate disputes are settled in brutal gladiator bouts. Forget the money, he just wants to fight -- and win.
Action-packed adventures, offbeat comedies, inspirational stories -- these anime movies and TV shows have a style and spirit unlike anything else.
Screenshots
Download links
Anime.
© Dailywebdesign. All rights reserved.
style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700&display=swap');
:root{
--red:#E50914;
--black:#000000;
--light-color:#181818;
--box-shadow: 0 .5rem 1.5rem rgba(0,0,0,.1);
}
*{
font-family: 'Nunito', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
outline: none;
border: none;
text-transform: capitalize;
transition: all .2s linear;
}
body{
background-color:var(--light-color);
}
html{
font-size: 62.5%;
overflow-x: hidden;
scroll-padding-top:5.5rem;
}
section{
padding: 2rem 9%;
}
section:nth-child(even){
background:var(--light-color);
}
header{
top: 0;
left:0;
right:0;
padding: 1rem 7%;
display:flex;
align-items: center;
justify-content: space-between;
z-index: 10000;
}
.heading{
text-align: center;
color: var(--red);
margin-bottom: 3rem;
font-size:4rem;
}
.btn{
margin-top:1rem;
display: inline-block;
font-size: 1.7rem;
color: #fff;
background: var(--red);
border-radius: .5rem;
cursor: pointer;
padding: .8rem 3rem;
}
.btn:hover{
background: var(--black);
color: var(--red);
letter-spacing: .1rem;
}
header .logo{
color: #fff;;
font-size: 2.5rem;
font-weight: bolder;
}
header .logo i{
color: var(--red);
}
header .navbar a{
font-size: 1.7rem;
border-radius: .5rem;
padding: .5rem 1.5rem;
color: #fff;
}
header .navbar a.active,
header .navbar a:hover{
color: #fff;
background: var(--red);
}
header .icons i,
header .icons a{
cursor: pointer;
margin-left: .5rem;
height: 4.5rem;
line-height: 4.5rem;
width: 4.5rem;
text-align: center;
font-size: 1.7rem;
color: #fff;
border-radius: 50%;
background:var(--red);
}
header .icons i:hover,
header .icons a:hover{
color: var(--red);
background: #fff;
transform: rotate(360deg);
}
header .icons #menu-bars{
display: none;
}
.home{
padding:0;
}
.home .box{
min-height: 100vh;
display:-webkit-box;
display:-ms-flexbox;
display: flex;
align-items: center;
background-size: cover !important;
background-position: center !important;
justify-content:flex-end;
padding:2rem 9%;
}
.home .box{
justify-content: flex-start;
}
.home .box.second{
justify-content: flex-end;
}
.home .box .content{
width:50rem;
}
.home .box .content h3{
font-size: 6rem;
color: #fff;
padding-top: .5rem;
text-transform: uppercase;
}
.home .box .content p{
line-height: 2;
color: #fff;
font-size: 1.5rem;
padding: 1rem 0;
}
.anime{
padding:5rem;
}
.anime .box{
width: 299px;
height:168px;
}
.anime .content h3{
font-size: 1.7rem;
color: #ffffff;
text-transform: uppercase;
text-align: center;
}
.anime .content P{
font-size: 1.2rem;
color:#fff;
text-decoration: none;
}
.action{
padding:5rem;
}
.action .box{
width:299px;
height:168px;
}
.action .content h3{
font-size: 1.7rem;
color: #ffffff;
text-transform: uppercase;
text-align: center;
}
.action .content P{
font-size: 1.2rem;
color:#fff;
text-decoration: none;
}
.child{
padding:5rem;
}
.child .box{
width:299px;
height:168px;
}
.child .content h3{
font-size: 1.7rem;
color: #ffffff;
text-transform: uppercase;
text-align: center;
}
.child .content P{
font-size: 1.2rem;
color:#fff;
text-decoration: none;
}
.family{
padding:5rem;
}
.family .box{
width:299px;
height:168px;
}
.family .content h3{
font-size: 1.7rem;
color: #ffffff;
text-transform: uppercase;
text-align: center;
}
.family .content P{
font-size: 1.2rem;
color:#fff;
text-decoration: none;
}
.copyright{
display: flex;
justify-content: space-between;
padding: 20px;
}
.copyright .logo{
color: var(--red);
font-size: 2.1rem;
font-weight: bolder;
}
.copyright p{
font-size: 0.9rem;
color: var(--red);
font-size:2rem;
}
.video-container video{
width: 100%;
aspect-ratio: 16/9;
}
.about{
margin-top:2rem;
color: #fff;;
}
.about h2{
display: inline-flex;
font-size: 2.4rem;
font-weight: 500;
border-bottom: 4px solid var(--red);
color:#ffffff;
}
.about p{
display: inline-flex;
font-size: 2rem;
color:#ffffff;
text-align: justify;
text-decoration: none;
}
.screenshots h2{
display: inline-flex;
font-size: 2.4rem;
font-weight: 500;
border-bottom: 4px solid var(--red);
color:#ffffff;
margin-top:1.6rem;
}
.screenshots-content{
display:grid;
grid-template-columns: repeat(auto-fit, minmax(250px,auto));
gap:10px;
justify-content:center;
margin: auto;
width: 100%;
}
.screenshots-content img{
width: 100%;
height:219.94px;
object-fit: cover;
margin-top: 1.6rem;
}
.download{
max-width: 800px;
margin: auto;
width: 100%;
display: grid;
justify-content:center;
margin-top: 2rem;
}
.download h2{
text-align:center;
font-size: 2.7rem;
font-weight: 500;
margin:1.6rem 0;
color: #fff;
}
.downlod-links{
display:grid;
grid-template-columns: repeat(3, 1fr);
gap:10px;
margin-bottom: 2rem;
}
.downlod-links a{
text-align:center;
background: var(--red);
padding:12px 20px;
color: #fff;
letter-spacing:1px;
font-size: 500;
}
.downlod-links a:hover{
background: var(--black);
color: var(--red);
transition: 0.3s all linear;
}
/* media query */
@media(max-width: 991px){
html{
font-size: 55%;
}
header{
padding: 1rem 2rem;
}
section{
padding:2rem;
}
}
@media(max-width: 768px){
header .icons #menu-bars{
display: inline-block;
}
header .navbar{
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--black);
border-top: .1rem solid rgba(0,0,0,.2);
border-bottom: .1rem solid rgba(0,0,0,.2);
padding:1rem;
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
header .navbar.active{
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
header .navbar a{
display:block;
padding:1.5rem;
margin: 1rem;
font-size: 2rem;
background: var(--red);
}
.home .box .content h3{
font-size:5rem;
}
}
@media(max-width: 450px){
html{
font-size: 50%;
}
}
main.js
let menu = document.querySelector('#menu-bars');
let navbar = document.querySelector('.navbar');
menu.onclick = () =>{
menu.classList.toggle('fa-times');
navbar.classList.toggle('active');
}
var swiper = new Swiper(".home-slider", {
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 7500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
loop:true,
});
var swiper = new Swiper(".anime-slider", {
slidesPerView: 4,
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 4500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
loop:true
});
var swiper = new Swiper(".action-slider", {
slidesPerView: 4,
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 3500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
loop:true
});
var swiper = new Swiper(".child-slider", {
slidesPerView: 4,
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 2500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
loop:true
});
var swiper = new Swiper(".family-slider", {
slidesPerView: 4,
spaceBetween: 30,
centeredSlides: true,
autoplay: {
delay: 1500,
disableOnInteraction: false,
},
pagination: {
el: ".swiper-pagination",
clickable: true,
},
loop:true
});