Skip to content

Commit 8572eb8

Browse files
committed
[css-align-3] Replace ASCII with SVG.
1 parent fe80eff commit 8572eb8

2 files changed

Lines changed: 58 additions & 11 deletions

File tree

css-align-3/Overview.bs

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -986,17 +986,10 @@ The 'justify-content' and 'align-content' Properties</h3>
986986
by changing the <a>static-position containing block</a>’s
987987
<a>content-distribution properties</a>.
988988

989-
<pre>
990-
###############################################
991-
# abspos containing block #
992-
# +----------------------------------+ #
993-
# | staticpos containing block | #
994-
# | | #
995-
# | | #
996-
#<--|start-align available space --> | #
997-
# |<----- end-align available space -|--> #
998-
# |<- center-align available space ->| #
999-
</pre>
989+
<figure>
990+
<img src="images/place-content-abspos.svg" width=480 height=330 alt="">
991+
<figcaption>An illustration of the above rules.</figcaption>
992+
</figure>
1000993
</div>
1001994

1002995
### Multicol Containers ### {#distribution-multicol}
Lines changed: 54 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)