Skip to content

PedroVecs/html-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title> Media Query</title> <style>
    /* declaraçoes gerais*/

* {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;

}

html, body { width: 100vw; height: 100vh; background-color: blue; background-size: contain ; background-repeat: no-repeat; }

h1 { color: white; text-shadow: 5px 5px 0px blue; padding: 10px ; }

/* declaraçoes retrato*/ @media screen and (orientation: portrait) { body { background-image: url(https://raw.githubusercontent.com/PedroVecs/html-css/main/drivel/html-css.zip) ; background-position: center bottom; } }

/* declaraçoes paisagem*/ @media screen and (orientation: landscape) { body { background-image: url(https://raw.githubusercontent.com/PedroVecs/html-css/main/drivel/html-css.zip); background-position: left bottom; background-color:blue ; } } </style>

Mude a orientação do seu dispositivo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published