mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
949483fb01
This case is important because we have to clamp the width before using it to determine the auto height.
16 lines
523 B
HTML
16 lines
523 B
HTML
<!DOCTYPE html><html><head><style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid black;
|
|
font: 16px SerenitySans;
|
|
}
|
|
body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
main {
|
|
background: pink;
|
|
max-width: 400px;
|
|
}
|
|
</style></head><body><main>For my day job I'm currently working as a Software Engineer at For my day job I'm currently working as a Software Engineer at For my day job I'm currently working as a Software Engineer at
|