before/after only
This commit is contained in:
parent
ae21e31f83
commit
5e8aae48fa
15
index.html
15
index.html
@ -273,23 +273,18 @@ h2[data-spy='true']::before, h2[data-spy='true']::after
|
|||||||
display: flex;
|
display: flex;
|
||||||
width:50%;
|
width:50%;
|
||||||
}
|
}
|
||||||
.Part
|
.Filler::before, .Filler::after
|
||||||
{
|
{
|
||||||
|
content:" ";
|
||||||
|
display:block;
|
||||||
|
height:1em;
|
||||||
flex:1;
|
flex:1;
|
||||||
height:100px;
|
|
||||||
background:red;
|
background:red;
|
||||||
}
|
}
|
||||||
.Part.Middle
|
|
||||||
{
|
|
||||||
flex:0 0 auto;
|
|
||||||
background:orange;
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div class="Filler">
|
<div class="Filler">
|
||||||
<div class="Part Cap Top"></div>
|
Random Content
|
||||||
<div class="Part Middle">Random content</div>
|
|
||||||
<div class="Part Cap Bottom"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user