Skip to content

Commit e1a99fd

Browse files
committed
new: inline elements border radius
1 parent 8e83f01 commit e1a99fd

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

render/test40.htm

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<style>
2+
.round
3+
{
4+
background-color: brown;
5+
color: white;
6+
border-radius: 99999px;
7+
text-align: center;
8+
padding: 0 0.75em;
9+
border: 2px solid red;
10+
}
11+
.container
12+
{
13+
width: 300px
14+
}
15+
</style>
16+
17+
<div class="container">
18+
<span class="round">
19+
Lorem ipsum dolor sit amet, tempor ex anim est est Lorem ipsum dolor sit amet, tempor ex anim est est
20+
</span>
21+
</div>

render/test40.htm.png

5.5 KB
Loading

0 commit comments

Comments
 (0)