You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
546 B
24 lines
546 B
4 years ago
|
<icecream>
|
||
|
<background>
|
||
|
<img src="/ice_cream_graphic.svg" />
|
||
|
</background>
|
||
|
|
||
|
<overlay>
|
||
|
<one>
|
||
|
<h1>Do You Like Icecream?</h1>
|
||
|
<p>This square is placed over this image using a
|
||
|
CSS Grid.
|
||
|
</p>
|
||
|
</one>
|
||
|
<two>
|
||
|
<h1>Icecream Rules</h1>
|
||
|
<p>Sometimes you want to put a graphic behind some creatively
|
||
|
organize text and panels. You can dot that with CSS grids.
|
||
|
</two>
|
||
|
<three>
|
||
|
<h1>Bottom Right</h1>
|
||
|
<p>I don't know why I put that sphere there.</p>
|
||
|
</three>
|
||
|
</overlay>
|
||
|
</icecream>
|