Re: [css-d] Basic questions about the box model

2017-08-06 Thread Georg
Den 07.08.2017 01.41, skrev Ezequiel Garzón: Wouldn't it make more sense for the word "Red" not to be visible at all, considering it comfortably fits its hidden box? I'm sure the specs dictate this behavior, but I'm looking for some rationale, specially given that overlaps and hidden stuff are q

[css-d] Basic questions about the box model

2017-08-06 Thread Ezequiel Garzón
Greetings to all! I can see I'm not understanding the box model correctly considering this basic example: #green { background-color: green; width: 100px; height: 100px; float: left; } #red { background-color: red; width: 100px; height: 100px; } Green Red I can understand that th