Post by Free50websolution
CSS Media Queries

CSS Media Queries focus for device-orientation and change responsive screen size,like mobile device size ,and tablet device size etc. Example: HTML Code: <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <br><br><br><br> <center><h1 id="mymediaquery">Hello World...!</h1></center> </body> </html> above html code link for css stylesheet also,like style.css CSS Code: #mymediaquery { color:blue; /*Normal