Skip to content

Conversation

@ajay-dhangar
Copy link
Member

@ajay-dhangar ajay-dhangar commented Nov 14, 2025

css
|--- introduction.mdx                          (Overview of CSS in Frontend Development)
|
|--- basics
|    |--- inline.mdx
|    |--- internal.mdx
|    |--- external.mdx
|    |--- cascading-order.mdx
|
|--- syntax-basics
|    |--- rules
|    |    |--- selector.mdx
|    |    |--- properties-and-values.mdx
|    |    |--- declaration.mdx
|    |--- comments.mdx
|
|--- selectors
|    |--- simple
|    |    |--- element.mdx
|    |    |--- class.mdx
|    |    |--- id.mdx
|    |    |--- universal.mdx
|    |    |--- grouping.mdx
|    |--- combinators
|    |    |--- descendant.mdx
|    |    |--- child.mdx
|    |    |--- adjacent-sibling.mdx
|    |    |--- general-sibling.mdx
|    |--- attribute-selectors.mdx
|    |--- pseudo-classes.mdx
|    |--- pseudo-elements.mdx
|
|--- typography
|    |--- fonts
|    |    |--- font-family.mdx
|    |    |--- font-style.mdx
|    |    |--- font-size.mdx
|    |    |--- font-shorthand.mdx
|    |    |--- google-fonts.mdx
|    |    |--- font-variant.mdx
|    |--- text-style
|    |    |--- color.mdx
|    |    |--- direction.mdx
|    |    |--- text-alignment.mdx
|    |    |--- text-decoration.mdx
|    |    |--- text-transform.mdx
|    |    |--- text-spacing.mdx
|    |    |--- line-height.mdx
|    |    |--- text-shadow.mdx
|    |    |--- word-wrap.mdx
|
|--- colors
|    |--- color-names.mdx
|    |--- rgb.mdx
|    |--- rgba.mdx
|    |--- hsl.mdx
|    |--- hsla.mdx
|    |--- gradients.mdx
|
|--- background
|    |--- background-color.mdx
|    |--- background-image.mdx
|    |--- background-gradient.mdx
|    |--- background-position.mdx
|    |--- background-size.mdx
|    |--- background-repeat.mdx
|    |--- background-attachment.mdx
|    |--- background-shorthand.mdx
|
|--- box-model
|    |--- margin.mdx
|    |--- padding.mdx
|    |--- border.mdx
|    |--- outline.mdx
|    |--- width.mdx
|    |--- height.mdx
|    |--- box-sizing.mdx
|    |--- box-shadow.mdx
|    |--- css-units
|    |    |--- absolute-vs-relative.mdx
|    |    |--- viewport-units.mdx
|    |    |--- units-with-functions.mdx
|
|--- layout
|    |--- display
|    |    |--- block.mdx
|    |    |--- inline.mdx
|    |    |--- inline-block.mdx
|    |    |--- none.mdx
|    |    |--- visibility.mdx
|    |--- position
|    |    |--- static.mdx
|    |    |--- relative.mdx
|    |    |--- absolute.mdx
|    |    |--- fixed.mdx
|    |    |--- sticky.mdx
|    |    |--- z-index.mdx (Stacking Context)
|    |--- float-and-clear.mdx
|    |--- overflow.mdx
|    |--- display-flow.mdx
|    |--- modern-layouts
|    |    |--- flexbox.mdx
|    |    |--- grid.mdx
|    |    |--- subgrid.mdx
|    |    |--- multi-column-layout.mdx
|    |    |--- container-queries.mdx
|    |    |--- nesting.mdx
|    |    |--- logical-properties.mdx
|
|--- effects
|    |--- opacity.mdx
|    |--- filters-and-blend.mdx
|    |--- clip-path.mdx
|    |--- mask.mdx
|    |--- backdrops.mdx
|
|--- transitions-and-animations
|    |--- transforms.mdx
|    |--- transitions.mdx
|    |--- keyframes.mdx
|    |--- animation-timing.mdx
|
|--- responsiveness
|    |--- media-queries.mdx
|    |--- container-queries.mdx
|    |--- responsive-images.mdx
|    |--- responsive-typography.mdx
|    |--- fluid-layouts.mdx
|
|--- advanced-features
|    |--- css-variables.mdx
|    |--- css-functions.mdx
|    |--- css-layers.mdx
|    |--- cascade-layers.mdx
|    |--- specificity.mdx
|    |--- inheritance.mdx
|    |--- shadow-dom.mdx
|
|--- utilities
|    |--- tables.mdx
|    |--- lists.mdx
|    |--- images.mdx
|    |--- icons.mdx
|
|--- best-practices
|    |--- performance.mdx
|    |--- accessibility.mdx
|    |--- maintainability.mdx
|    |--- scalability.mdx
|    |--- naming-conventions.mdx (BEM, OOCSS, SMACSS)
|
|--- css-frameworks
|    |--- tailwind-css.mdx
|    |--- bootstrap.mdx
|    |--- bulma.mdx
|    |--- foundation.mdx
|    |--- materialize.mdx
|
|--- modern-css-tools
|    |--- preprocessors
|    |    |--- sass.mdx
|    |    |--- less.mdx
|    |    |--- stylus.mdx
|    |--- postcss.mdx
|    |--- css-in-js.mdx
|    |--- browser-devtools.mdx
|
|--- project-practicals
|    |--- mini-projects.mdx
|    |--- layout-practice.mdx
|    |--- animation-practice.mdx
|    |--- responsive-design-practice.mdx
|    |--- performance-optimization.mdx

@ajay-dhangar ajay-dhangar linked an issue Nov 14, 2025 that may be closed by this pull request
@ajay-dhangar ajay-dhangar self-assigned this Nov 14, 2025
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @ajay-dhangar! 🎉 Thank you for submitting your pull request to CodeHarborHub. We appreciate your contribution and enthusiasm! Our team will review it soon. If you have any questions or need further assistance, feel free to reach out. Thanks for contributing!

@ajay-dhangar ajay-dhangar added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Nov 14, 2025
@github-actions
Copy link

👋 Thanks for adding the documentation label!

This pull request is now marked as needing content updates for the CodeHarborHub site. Please ensure the description contains all necessary technical details.

@ajay-dhangar ajay-dhangar moved this from Todo to In Progress in @codeharborhub Tutorial Nov 14, 2025
@ajay-dhangar ajay-dhangar added this to the CSS Docs milestone Nov 14, 2025
@ajay-dhangar ajay-dhangar merged commit 8e8b1fa into main Nov 14, 2025
1 check passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in @codeharborhub Tutorial Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Projects

Development

Successfully merging this pull request may close these issues.

Structured Documentation Setup

2 participants