Category: CSS

  • CSS Specify CSS conditions for English sites and English language.

    CSS Specify CSS conditions for English sites and English language.

    by

    in

    For example, you can use this CSS when you want to hide XX only on the English version of the site. :lang() The :lang pseudo-class can be used when you want to apply a language-specific style, for example, when lang=”en-US”. The notice-area-wrap is now hidden! It’s visible on the Japanese version of the site! Summary…

  • [CSS] What is Media Queries? Basics of Responsive Support for Smartphones

    by

    in

    This time, I will introduce the basics of responsive support for smartphones in CSS, “Media Queries”. What are Media Queries? Media Queries is “a function to switch CSS according to the displayed screen size “. This is a necessary specification when creating a “responsive web design” that changes the screen design on smartphones and PCs. For example ,…