Posts

Showing posts from February, 2024

Rose Day Special | Card In HTML, CSS | #codingwriter2.0

Image
In this blog we explain how to make Love Letter In HTML, CSS On the occasion on Rose Day.   Here we need 2 html file . FIRST PAGE SECOND PAGE HTML <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Rose-Day - @CodingWriter2.0</title> <link rel="stylesheet" href="style.css" /> <link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet" type="text/css" /> </head> <body> <div class="container"> <div class="glass"> <div class="shine"></div> </div> <div class="thorns"> <div></div> ...