Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrushnaBiswal committed Dec 15, 2024
1 parent 06513b6 commit b7cfcba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img src="./assets/AD.png" alt=" Ad" class="w-full h-48">
</article>
<nav class="flex justify-center">
<h1 class="font-ashington text-center text-9xl pt-5 text-p5">Cartoon Network</h1>
<h1 class="font-ashington text-center text-9xl pt-5 text-black">Cartoon Network</h1>
</nav>
<marquee behavior="alternate" direction="left" class="text-4xl text-p1 text-white p-3 font-bold bg-black">New Show
Every Day 9:00 AM :)</marquee>
Expand Down Expand Up @@ -142,7 +142,7 @@ <h1>11:00 AM</h1>

<div class="flex justify-evenly mt-10">
<div>
<!-- <img src="./assets/review.png" alt="" class="w-full h-60"> -->
<img src="./assets/review.png" alt="" class="w-full h-60">
<div class="flex justify-evenly mt-20">
<div class="flex flex-col items-center gap-2">
<h2 class="font-bold text-2xl p-3 font-crang text-p1">Our Staff</h2>
Expand Down
9 changes: 1 addition & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@

/* color: 293774 9051A2 FA5D66 FFA1C5 FDFEEC */
body{
/* background: #FDFEEC; */
background: url("./assets/bgpic.png");
background-size:cover;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;

background: #FDFEEC;
font-family:'Times New Roman';
color: #FDFEEC;
}

0 comments on commit b7cfcba

Please sign in to comment.