How to Build Your First Website from Scratch

Introduction Developing your first website is a thrilling and rewarding activity. Whether you are developing a personal portfolio or building a business or just wanting to try web development for fun, this guide takes a systematic approach to get you started. Step 1: Define the Purpose of the Website and Plan It Before you splash […]

HTML CSS Landing Page

Landing page

Introducing New Project This is my first landing Page Project. It is Based on HTML CSS code only. This whole code written by Ahmad Shafi . Global Setting CV @import url(‘https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap’); /* CSS Variables */ :ROOT{ –main-color: #6E57E4; –mian-white-color: #ffffff; –main-bg-color: #FAFAFA; –main-text-color: #555; –main-link-color: #1E9FAB; –main-link-hover-color: #1e9fab; –name-p:#C0A631; –main-black-color: #000; –main-black-effect-color: #161616; } /* […]

Hazel CV HTML CSS Project

Hazel CV Project

Introducing The Project Starting this project by using Images  Click Here. Setting Up the Navbar Hazel | CV Blog Speaking Events Hazel Contact Me /* CSS Code*/ body { padding: 0; margin: 0; } .hero { height: 90vh; background-color: #f08e80; } .navbar { display: flex; justify-content: space-between; align-items: center; color: white; padding: 24px 32px; } […]