-
Notifications
You must be signed in to change notification settings - Fork 4
Day 12
Matt Enlow edited this page May 20, 2014
·
2 revisions
<link rel="stylesheet" media="print" href="print.css">@media only screen and (min-width: 60em) {
....
}only- min/max-height/width
- and
- orientation
portraitlandscape
Basic main>h1>img>p website.
Float the image right.
Two media queries. One turns the paragraph green and turns off float on the image at 800px.
The other Makes the h1 text-align: right between 500 and 600 pixels.
Also: Lighthouse media query
max-width