PICOANIME
Welcome to PicoAnime, your go-to source for all things anime character cards! This GitHub repository contains the codebase for a website that provides small information on various anime characters.
The repository includes all the necessary code for building and deploying the PicoAnime website, including front-end code in HTML, CSS.This website ha no back-end code.
it is easy for beginners to browse through different anime characters and learn about their unique characteristics. We provide extensive documentation and support to help users of all skill levels get up and running with PicoAnime in no time.
So why wait? Join our growing community of anime enthusiasts and explore the world of anime characters with PicoAnime!
• Select any anime Character of your choice.
• Get a nice rectangle photo of your Character in png format.
• Generate a 20 word description of your Character.
• Use the given html card template to finish your work.
• create a pull request.
• Wait till it gets merged.
Use this code to make your Anime card
<div class="container">
<div class="card">
<div class="face face1">
<div class="content">
<img src="image-url">
<h3>Character-Name</h3>
</div>
</div>
<div class="face face2">
<div class="content">
<p>20-word Description</p>
<h1>------------</h1>
</div>
</div>
</div>
</div>
Front-End: HTML, CSS
ans : Yes it is .
ans: Yes, just basic knowledge of html css is sufficient to Contribute.