Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Class notes

CSS Basics Notes for Beginners

Rating
-
Sold
-
Pages
5
Uploaded on
23-05-2026
Written in
2025/2026

This document explains CSS basics for beginners including colors, fonts, borders, margin, padding, syntax, examples, and simple styling concepts for web development students.

Institution
Course

Content preview

CSS Basics Notes for Beginners
What is CSS?
CSS ka full form hai:

Cascading Style Sheets

CSS webpages ko design aur style dene ke liye use hoti hai.




Why Use CSS?
CSS use hoti hai:

●​ Colors add karne ke liye
●​ Fonts change karne ke liye
●​ Layout improve karne ke liye
●​ Website beautiful banane ke liye




Basic CSS Syntax
selector {
property: value;
}




Example
h1 {
color: blue;
}

Ye heading ka color blue karega.

, Adding CSS to HTML
Internal CSS
<style>
h1 {
color: red;
}
</style>




Text Color
p{
color: green;
}




Background Color
body {
background-color: lightblue;
}




Font Size
h1 {
font-size: 40px;
}




Text Alignment
h1 {
text-align: center;

Written for

Course

Document information

Uploaded on
May 23, 2026
Number of pages
5
Written in
2025/2026
Type
Class notes
Professor(s)
Saumya singh
Contains
All classes

Subjects

$3.89
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
sabihaanwaar

Get to know the seller

Seller avatar
sabihaanwaar
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
1 month
Number of followers
0
Documents
5
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions