D a i l y W e b D e s i g n s

Anime Website Design Using HTML CSS JavaScript With Source Code

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 t
Anime Website Design Using HTML CSS JavaScript With Source Code

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.

You can download all of the source files and codes from this location. The code from the text editors must be copied and pasted. Try it out first by watching the video tutorial. It will assist you in comprehending everything. After that, if your code isn’t working right, look at the source codes provided and compare them to your own. It will assist you in comprehending everything, including your errors.

Index.html

				
					<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>complete responsive anime website design</title>
    <link
  rel="stylesheet"
  href="https://unpkg.com/swiper@7/swiper-bundle.min.css"
/>
    <!-- font awesome cdn link -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <!-- custom css file link -->
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <!-- header section start -->
    <header>
        <a href="#">Anime.</a>
        <nav>
             <a href="index.html">home</a>
             <a href="#anime">anime</a>
             <a href="#action">action</a>
             <a href="#child">child</a>
             <a href="#family">family</a>
        </nav>
            <a href="#"></a>
    </header>
<!-- home section start -->
<section id="home">
                        <h3>Kakegurui</h3>
                        <p>High roller Yumeko Jabami plans to clean house at Hyakkaou Private<br />
                        Academy, a school where students are evaluated solely on their<br />
                        gambling skills.</p>
                        <a href="#">Download</a>
                        <h3>DEATH NOTE</h3>
                         <p>When a Japanese high schooler comes into possession of a mystical<br />
                        notebook, he finds he has the power to kill anybody whose name he<br />
                        enters in it.</p>
                        <a href="#">Download</a>
                        <h3>One-Punch Man</h3>
                         <p>The most powerful superhero in the world can kill anyone with one<br />
                        blow. But nothing can challenge him, so he struggles with ennui and<br />
                        depression</p>
                        <a href="#">Download</a>
                        <h3>Naruto</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns<br />
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
</section>
<!-- anime section start -->
<section id="anime">
    <h1>Popular on Anime</h1>
                    <h3>Naruto</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>One-Punch Man</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>DEATH NOTE</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Black Clover</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Jujutsu Kaisen</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Haikyu!!</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Kuroko's Basketball</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>My Hero Academia</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Dr. Stone</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Tokyo Revengers</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Sword Art Online</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>KENGAN ASHURA</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="download.html">Download</a>
</section>
<!-- action section start -->
<section id="action">
    <h1>Action Movies</h1>
                        <h3>Kuroko's Basketball</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
                        <h3>AHIRU NO SORA</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
                        <h3>Seraph of the End</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
                        <h3>Kuroko's  Last Game</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
                        <h3>Fate/Zero</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
                        <h3>Hellsing Ultimate</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
                        <h3>DEVILS'LINE</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
                        <h3>Legend of Exorcism</h3>
                        <p>Guided by the spirit demon within him, orphaned Naruto learns
                        to harness his powers as a ninja in this anime adventure series.</p>
                        <a href="#">Download</a>
</section>
<!-- child section start -->
<section id="child">
    <h1>Child Movies</h1>
                    <h3>Beyblade</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Beyblade Burst Turbo</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Bakugan: Battle Planet</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Sonic X</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Yowamushi Pedal</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Shimajiro: A Adventure</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
                    <h3>Go Astro Boy Go!</h3>
                    <p>Guided by the spirit demon within him, orphaned Naruto learns
                    to harness his powers as a ninja in this anime adventure series.</p>
                    <a href="#">Download</a>
</section>
<!-- family section start -->
<section id="family">
    <h1>Family Movies</h1>
                <h3>STAND BY ME Doraemon 2</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
                <h3>Pokémon the Movie</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
                <h3>Hows Moving Castle</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
                <h3>Spirited Away</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
                <h3>My Neighbor Totoro</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
                <h3>Kikis Delivery Service</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
                <h3>Ponyo</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
                <h3>Arrietty</h3>
                <p>Guided by the spirit demon within him, orphaned Naruto learns
                to harness his powers as a ninja in this anime adventure series.</p>
                <a href="#">Download</a>
</section>
<!-- copyright -->
    <a href="#">Anime.</a>
    <p>&#169; Dailywebdesign. All rights reserved.</p>
<!-- link swiper file -->
    <!-- custome js file link -->
</body>
</html>
				
			

download.html

				
					<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Download Page</title>
    <link
  rel="stylesheet"
  href="https://unpkg.com/swiper@7/swiper-bundle.min.css"
/>
    <!-- font awesome cdn link -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
    <!-- custom css file link -->
    <link rel="stylesheet" href="style.css">
</head>
<body>
    <!-- header section start -->
    <header>
        <a href="#">Anime.</a>
        <nav>
             <a href="index.html">home</a>
             <a href="#anime">anime</a>
             <a href="#action">action</a>
             <a href="#child">child</a>
             <a href="#family">family</a>
        </nav>
            <a href="#"></a>
    </header>
<!-- video -->
     <video src="img/download-v.mp4" muted autoplay="true"></video>
    <h2>ABOUT KENGAN ASHURA</h2>
    <p>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.
    </p>
<!-- screenshots -->
<h2>Screenshots</h2>
    <img decoding="async" src="img/screenshot-img-1.jpeg" alt="">
    <img decoding="async" src="img/screenshot-img-2.jpeg" alt="">
    <img decoding="async" src="img/screenshot-img-3.jpeg" alt="">
<!-- download -->
    <h2>Download links</h2>
        <a href="#">For Android</a>
        <a href="#">For IOS</a>
        <a href="#">For Windows</a>
    <!-- copyright -->
    <a href="#">Anime.</a>
    <p>&#169; Dailywebdesign. All rights reserved.</p>

				
			

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
  });
				
			

Leave a Reply

Your email address will not be published. Required fields are marked *

Daily Web Designs

Email

contact@dailywebdesigns.com

©2025. All Rights Reserved .

By Daily Web Designs