Advantages
- You don't have to monitor for a specific monitor resolution.
- You avoid potentially awkward empty space because the text fills the window.
- Liquid pages keep with the spirit and nature of the medium.
- On large monitors, line lengths can get very long and uncomfortable to read.
- They are less predictable . Elements may spread out or too cramped at extreme browser dimensions.
div#main {
width: 70%;
margin=right: 5%;
float: left;
background: yellow;
}
div#extras {
width: 25%;
float: left;
background: orange;
}
This has helped me to understand how to position style in the sheet and apply it to my own web design.
No comments:
Post a Comment