Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Tuesday, December 18, 2018

How to make a simple picture gallery using lightbox library in web?

HTML code <!DOCTYPE html> <html> <head> <title>PicGallery</title> <link rel="stylesheet" type="text/css" href="css/picgallery.css"> <link rel="stylesheet" type="text/css" href="css/lightbox.min.css"> <script type="text/javascript" src="js/lightbox-plus-jquery.min.js"></script> </head> <body> ...

Friday, December 7, 2018

Design simple yet attractive log in form using HTML and CSS.

HTML code <!DOCTYPE html> <html> <head> <title>Feedback form</title> <link rel="stylesheet" type="text/css" href="css/feedbackform.css"> </head> <body> <h3>Send your feedback...</h3> <div class=blurform> <div class="form1"> <form action="" method="get"> <br><br><label...

Design Home page of facebook using HTML and CSS.

HTML code: <!DOCTYPE html> <html> <head> <title>facebook</title> <link rel="stylesheet" type="text/css" href="css/facebook.css"> </head> <body> <div class="topbar"> <div class="facebookfont"> <p>facebook</p> </div> <div class="email"> <form action="" method="get"> ...