8" :class="scrolled && 'is-scrolled'">
NOA
Labs
Tutorials
Courses
Skill Forge
Explore
Labs
Hands-on live sessions
Mentors
Meet the senior engineers
Projects
Real portfolio-ready builds
Talent Directory
Public student profiles
Mock Interview
Practice with real feedback
ATS Resume Checker
Free instant resume scoring
Search docs
Ctrl K
Login
Join Free
Artificial Intelligence
LangChain
LLMs
Machine Learning
Prompt Engineering
RAG (Retrieval-Augmented Generation)
AJAX
GraphQL
Apache Kafka
Microservices
Node.js
RabbitMQ
REST API
WebSockets
Algorithms
Data Structures
Angular
Bootstrap
CSS
HTML
jQuery
Next.js
Nuxt.js
React
Svelte
Tailwind CSS
Vue.js
ASP.NET Core
Django
.NET
Entity Framework Core
FastAPI
Flask
Gin
gRPC
Hibernate
Laravel
NestJS
Spring
Spring Boot
Spring Cloud
Spring Data JPA
Spring MVC
Spring Security
AWS
Azure
CI/CD
Docker
Git
Kubernetes
Linux
Nginx
Terraform
C
C++
C#
Dart
Go
Java
JavaScript
Kotlin
PHP
Python
Ruby
Rust
Swift
TypeScript
Database Design
MongoDB
MySQL
Oracle Database
PostgreSQL
Redis
SQL
System Design
↑↓ navigate
↵ open
esc close
Tutorials
/
CSS
CSS menu
CSS Tutorial
Styling the web — the box model, flexbox, grid, and responsive design.
Start the CSS tutorial →
What you'll learn
1. CSS Introduction
What CSS is, selector and property syntax, the three ways to include CSS, and specificity basics.
2. Box Model & Layout
Content, padding, border and margin, box-sizing: border-box, display types, and the position property.
3. Flexbox
A deep dive into display: flex — main and cross axes, justify-content, align-items, and flex-grow/shrink/basis.
4. CSS Grid
Two-dimensional layout with display: grid — template columns and rows, gap, grid-area, and a dashboard example.
5. Responsive Design
Media queries, mobile-first design, rem/em/%/vw/vh units, clamp(), and responsive images with srcset.
6. CSS Variables & Theming
Custom properties, scoping and fallback values, and a complete light/dark theme-switching example.
7. Animations & Transitions
transition vs @keyframes animation, easing functions, and a complete animated toast notification component.
8. Modern CSS Features
Container queries, the :has() selector, clamp()/min()/max() revisited, and cascade layers with @layer.
9. CSS Interview Questions
Commonly asked CSS interview questions with clear, practical answers.