Skip to content

Commit b46f0ce

Browse files
authored
Merge pull request #853 from SamXop123/feature/mewtwo-card
Added CSS-only Mewtwo Pokémon Card with assets
2 parents 3e5d7a7 + bc81985 commit b46f0ce

21 files changed

+400
-0
lines changed

Pokemon-Mewtwo-Card/G-letter.png

1.21 MB
Loading

Pokemon-Mewtwo-Card/Mewtwo.mp4

2.33 MB
Binary file not shown.

Pokemon-Mewtwo-Card/README.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Mewtwo Pokémon Card (CSS-only)
2+
3+
A CSS-only Pokémon card featuring Mewtwo. Built with pure HTML and CSS, custom webfonts, and layered imagery. No JavaScript.
4+
5+
## Demo
6+
7+
- Open the live demo page: `Pokemon-Mewtwo-Card/mewtwo.html`
8+
9+
## Preview
10+
11+
![Mewtwo Card Thumbnail](../images/mewtwo-card.png)
12+
13+
<video src="./Mewtwo.mp4" controls width="640" poster="../images/mewtwo-card.png">
14+
Your browser does not support the video tag.
15+
</video>
16+
17+
## Files
18+
19+
- `mewtwo.html` – markup for the card
20+
- `mewtwo.css` – styling for layout, fonts, and effects
21+
- `mewtwo1.jpeg` – Mewtwo artwork
22+
- `pokeball.png` – favicon
23+
- `dark.gif` – background
24+
- `G-letter.png`, `X1.png` – GX badge images
25+
- `fonts/` – bundled webfonts used by the card
26+
27+
## Credits
28+
29+
- Made by **SamXop123**https://github.com/SamXop123
30+
- Assets included for demo purposes per repository license guidelines.
31+
32+
## License
33+
34+
This demo is contributed under the project license (**GPL-3.0**). See the root `LICENSE` file for details.

Pokemon-Mewtwo-Card/X1.png

76.4 KB
Loading

Pokemon-Mewtwo-Card/dark.gif

18.1 MB
Loading
35.2 KB
Binary file not shown.
27.7 KB
Binary file not shown.
30.3 KB
Binary file not shown.
24 KB
Binary file not shown.
37.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)