Create an css code for this html. And make this lookalike in the picture: Anime Page Anime Fan Page Anime Gallery Contact Home Anime is Japanese hand-drawn or computer animation. The word is the abbreviated pronunciation of "animation" in Japanese, where this term references all animation.[1] Outside Japan, anime is used to refer specifically to animation from Japan or as a Japanese-disseminated animation style often characterized by colorful graphics, vibrant characters and fantastical themes. Arguably, the stylization approach to the meaning may open up the possibility of anime produced in countries other than Japan. For simplicity, many Westerners strictly view anime as an animation product from Japan. Some scholars suggest defining anime as specifically or quintessentially Japanese may be related to a new form of orientalism. Powered by [your name]
Create an css code for this html. And make this lookalike in the picture:
<!DOCTYPE html>
<html>
<head>
<title>Anime Page</title>
<meta name="author" content="your name" />
<meta name="description" content="" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="page">
<div id="logo">
<h1><a href="/" id="logoLink">Anime Fan Page</a></h1>
</div>
<div id="nav">
<ul>
<li><a href="#/home.html">Anime</a></li>
<li><a href="#/about.html">Gallery</a></li>
<li><a href="#/contact.html">Contact</a></li>
</ul>
</div>
<div id="content">
<h2>Home</h2>
<p>
Anime is Japanese hand-drawn or computer animation. The word is the abbreviated pronunciation of "animation" in Japanese, where this term references all animation.[1] Outside Japan, anime is used to refer specifically to animation from Japan or as a Japanese-disseminated animation style often characterized by colorful graphics, vibrant characters and fantastical themes.
</p>
<p>
Arguably, the stylization approach to the meaning may open up the possibility of anime produced in countries other than Japan. For simplicity, many Westerners strictly view anime as an animation product from Japan. Some scholars suggest defining anime as specifically or quintessentially Japanese may be related to a new form of orientalism.
</p>
</div>
<div id="footer">
<p>
Powered by <a href="/" target="_blank">[your name]</a>
</p>
</div>
</div>
</body>
</html>
Step by step
Solved in 4 steps with 2 images