mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444
This commit is contained in:
parent
25e8bf69e6
commit
665817d2a6
35333 changed files with 1818077 additions and 16036 deletions
|
@ -0,0 +1,36 @@
|
|||
<!DOCTYPE html>
|
||||
<title>flexbox | justify-content: center / overflow</title>
|
||||
<link rel="author" href="http://opera.com" title="Opera Software">
|
||||
<link rel="help"
|
||||
href="http://www.w3.org/TR/css-flexbox-1/#propdef-justify-content">
|
||||
<link rel="match" href="flexbox_justifycontent-center-overflow-ref.html">
|
||||
<style>
|
||||
div {
|
||||
font-family: monospace;
|
||||
background: blue;
|
||||
padding: 0;
|
||||
margin: 1em 0 0 10em;
|
||||
border: 1px solid black;
|
||||
height: 8em;
|
||||
width: 4em;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
span {
|
||||
background: white;
|
||||
margin: 1em;
|
||||
width: 5em;
|
||||
max-width: 6em;
|
||||
display: inline-block;
|
||||
|
||||
flex: 1 0 0%;
|
||||
}
|
||||
span:nth-child(1) {background: yellow;}
|
||||
span:nth-child(2) {background: pink;}
|
||||
span:nth-child(3) {background: lightblue;}
|
||||
</style>
|
||||
|
||||
<div>
|
||||
<span>dam</span><span>dam</span><span>dam</span>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue