How I Styled My First Webpage with Pastel CSS – Beginner’s Journey

Ananya DasAnanya Das
1 min read

🔹 Introduction

  • Today, I learned CSS basics and applied styles to my first webpage.

  • I made my page aesthetic with pastel colors! 🎨

  • Here’s what I learned and how I did it.

  • 🔹 What I Learned Today (CSS Basics)

    1️⃣ What is CSS? – It’s used to style web pages (colors, fonts, layouts).
    2️⃣ How to link CSS to HTML – I used:

  • 3️⃣ I changed the background to pastel colors! 🎨

    css Copy Edit body { background-color: #f8e8ee; /* Light pink pastel */ }

  • 🔹 My Updated Webpage Look!

  • 🔹 Challenges I Faced & How I Solved Them

    😵 I forgot to link CSS to HTML at first! → Fixed it by adding <link> inside <head>.
    🤔 Choosing colors was hard! → I found pastel color codes online.


    🔹 What’s Next?

    • Tomorrow, I’ll improve the layout and add interactive elements! 🚀

    • #100DaysOfCode | #WebDevelopment | #CSS

0
Subscribe to my newsletter

Read articles from Ananya Das directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Ananya Das
Ananya Das