Joined: Oct 2008
Posts: 252
Thanks:
0
Hi, I would like to create a card with a nice looking HTML/CSS based line which has text on it.
Something like this:
-----中国語-----
blablabla
-----日本語-----
blablaa
Can anyone help me? ^^
Thanks!
Joined: Oct 2008
Posts: 252
Thanks:
0
You see, my current
<hr>
日本語
<hr>
blablabla
<hr>
中国語
<hr>
blablabla
takes up way too much space...
Joined: Jul 2011
Posts: 51
Thanks:
0
Found something like this from google, might be what you're looking for:
<div style="height: 1px; background-color: black; text-align: center; margin-top: 20px; margin-bottom:20px">
<span style="background-color: white; position: relative; top: -0.5em; font-size: 20px">
日本語
</span>
</div>
blaablaa
<div style="height: 1px; background-color: black; text-align: center; margin-top: 20px; margin-bottom:20px">
<span style="background-color: white; position: relative; top: -0.5em; font-size: 20px">
中国語
</span>
</div>
blaablaa