Devlog - 2025-10-11
π What I Did
- Availability Table.
π§ What I Learned
Media Query
- Apply different styles to a webpage depending on the characteristics of the device or viewport.
- Allows your site to be responsive, adapting its layout and design to different screen sizes, resolutions, orientations, or other conditions.
@media mediatype and (feature: value) {
/* CSS rules go here */
}
π₯ Whatβs Next
- Grid.
| β Previous | Next β |