A Pen by Macnik-arcos on CodePen.
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>¡Feliz San Valentín!</title> | |
| <link rel="stylesheet" type="text/css" href="sanvalentin.css"> | |
| </head> | |
| <body> | |
| <div class="corazon"></div> | |
| <h1>¡Feliz San Valentín, amiga Guisell!</h1> |
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
| h1 Happy Valentines Day! | |
| p#clickHere Click me everywhere. | |
| canvas#c(width=500,height=500) |