Design & Style Modern Websites
CSS (Cascading Style Sheets) என்பது HTML Pages-க்கு Design, Color, Layout மற்றும் Styling கொடுக்க பயன்படும் Language ஆகும்.
✔ Website Design
✔ Responsive Layout
✔ Colors & Fonts
✔ Animations
✔ Professional UI
selector {
color:red;
font-size:20px;
}
color:red; background:black; color:#00bfff;
font-family:Arial; font-size:20px; font-weight:bold;
Content
Padding
Border
Margin
display:flex; display:grid; position:relative;
@media(max-width:768px){
body{
font-size:14px;
}
}
box-shadow border-radius transition transform
✔ Business Websites
✔ E-Commerce Sites
✔ Blogs
✔ Dashboards
✔ Mobile Responsive Websites
What is CSS?
What is Box Model?
Difference between Margin and Padding?
What is Flexbox?
What is Grid?
What is Responsive Design?
What is Media Query?
What is z-index?
CSS என்பது Website-ஐ Professional மற்றும் Attractive ஆக மாற்றும் Styling Language ஆகும்.