Posts
All
Popular
css2html2js1
Download Files from here - https://www.mediafire.com/folder/t42i8tmsukhg9/meme+generator HTML Portion <div class="container"> <button id="button" class="btn">Generate Memes</button> <h2 class="meme-title">Loading...</h2> <img src="" alt="" /> </div> CSS Section *{ margin: 0; padding: 0; box-sizing: border-box; border-radius: 5px; outline: none; border: non...

Meme Generator

Jan 01, 2023
54 views
Hey guys my name is Aditya and welcome to my post, in this post I will tell you to make a simple ui for contact page using HTML and CSS. So let's get started. Html Section <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <...

Contact Page (HTML & CSS)

Dec 10, 2022
36 views