Portfolio landing page
Create personal portfolio landing page in html CSS and for beginner. this is animated landing page the animation should appear on reloading the page. Following are the main steps of making this landing page 1 showing footage of landing page 2 Demo to landing page 3 overview to code 4 checking the responsiveness of landing page however this not fully responsive landing page if you would like to make it fully responsive then say in comment I would be make responsive for you. HTML code <! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > <!-- ================ Font awesome CDN ================ --> < link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" /> < title > Portfolio landing page </ title ...