HTML and CSS Reference
In-Depth Information
.container {
width: auto;
min-width: 600px;
max-width: 1000px;
margin: 0 auto;
}
Chapter 12 covers media queries, which let you match browser or device
dimensions (or other properties) with different CSS code. This can be
yet another method of introducing a flexible, adaptive layout with
constraints.
 
Search WWH ::




Custom Search