Pure HTML and CSS Cards with Hover animations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="hair"></div> | |
| <div class="hair-style1"></div> | |
| <div class="hair-style2"></div> | |
| <div class="face"> | |
| <div class="eye-left"></div> | |
| <div class="eye-right"></div> | |
| <div class="nose"></div> | |
| <div class="mouth"></div> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="min-w-32 bg-white min-h-48 p-3 mb-4 font-medium"> | |
| <div class="w-32 flex-none rounded-t lg:rounded-t-none lg:rounded-l text-center shadow-lg "> | |
| <div class="block rounded-t overflow-hidden text-center "> | |
| <div class="bg-blue-500 text-white py-1"> | |
| March | |
| </div> | |
| <div class="pt-1 border-l border-r border-white bg-white"> | |
| <span class="text-5xl font-bold leading-tight"> | |
| 17 | |
| </span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <pic> | |
| <background> | |
| <i></i> | |
| <i></i> | |
| <i></i> | |
| <i></i> | |
| <i></i> | |
| <i></i> | |
| <i></i> | |
| <i></i> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title></title> | |
| <style type="text/css"> | |
| </style> | |
| </head> | |
| <body> | |
| <h1 style=" text-align: center;"> Ludo King <span class="love"> ❤</span> <span class="author">M@hesh Perla </span></h1> | |
| <div class="board" style="width:600px;margin: 0 auto;"> | |
| <div style="clear: both;"> |