-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Milestone
Description
This task involves writing the full educational content for the entire Utilities module of the CSS Tutorial.
The goal is to produce clear, modern, and beginner-friendly MDX files with explanations, examples, visuals, and demo code.
Files to Complete
css/utilities/
│── tables.mdx
│── lists.mdx
│── images.mdx
└── icons.mdx
What This Module Should Cover
1️⃣ tables.mdx (Styling HTML Tables)
- Table structure:
<table>,<thead>,<tbody>,<tfoot>,<tr>,<td>,<th> - Basic table styling (borders, spacing, striping)
- Responsive table techniques
- Modern UI patterns (scrollable tables, zebra stripes)
- Best practices for accessibility
- Demo examples
2️⃣ lists.mdx (Styling Ordered & Unordered Lists)
- Understanding
<ul>,<ol>,<li> list-style-type,list-style-position,list-style-image- Custom list markers (pseudo-elements)
- Navigation menus with lists
- Spacing, indentation, and alignment techniques
- Demo examples
3️⃣ images.mdx (Working With Images in CSS)
- Image display basics:
width,height,object-fit,object-position - Responsive images (
max-width: 100%) - Styling images (rounded corners, borders, shadows)
- Image hover effects
- Using background images for layouts
- Best practices for performance
- Demo examples
4️⃣ icons.mdx (Using Icons in Modern Web Design)
- Types of icons (SVG, icon fonts, CSS-based icons)
- Using SVG icons inline and as background
- Styling SVG with CSS (fill, stroke)
- Using libraries (Font Awesome, Remix Icons, Material Icons)
- Accessibility considerations for icons
- Demo examples and recommended patterns
📌 Requirements (Same as Main Issue #78)
- Write clear and easy-to-understand explanations.
- Include working code snippets for every concept.
- Provide small HTML/CSS demo files under a
codefolder. - Add diagrams or suggested visuals where useful.
- Maintain smooth learning flow between topics.
- Use modern CSS techniques throughout.
📦 Deliverables
- Fully written MDX files for all four topics.
MDX Example Template
---
title: "Styling Tables in CSS"
description: "Learn how to style HTML tables with borders, spacing, striping, alignment, responsiveness, and modern UI patterns."
keywords: [CSS tables, table styling, responsive tables, border-collapse, table layout]
tags: [tables, CSS utilities, responsive design]
sidebar_label: Tables
---
<!-- More content here -->Metadata
Metadata
Assignees
Type
Projects
Status
Todo