Horje

Tips (Total 1)


# Tips-1) How to add a CSS when Screen is 500px

The CSS will work when Your Website accesses from 500px screen size.

How it will work?

Here is an example.

Example of According to Screen CSS Work

Click on Try Now Button to see full example.
index.html
Example: HTML
<style>


@media(max-width: 600px) {


/* Here adds your other css code */

}
</style>

Output should be: