In this post, you will learn to make an amazing FullScreen Landing Page Using Only Html & CSS. Here is the video and source code. Enjoy! ☺ VIDEO : SOURCE CODE: HTML : <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="https://kit.fontawesome.com/82fb063a14.js" crossorigin="anonymous"></script> <link rel="stylesheet" href="style.css"> <title>Amazing Full Screen Landing Page</title> </head> <body> <div class="header"> <div class="main"> <ul> <li><a href="#"><i class="fab fa-facebook-f"></i></a></li> <li...