How would I be able to achieve this decoration style look in a full width container? I want it to be positioned left of the start of the text, with a maximum width.
Asked
Active
Viewed 63 times
-4
-
1Have you tried something? – Matthias Seifert May 29 '18 at 10:44
-
can you share your code? – Zuber May 29 '18 at 10:48
1 Answers
1
<div>
<h2 style="margin-bottom: 0; position: relative;display: inline;" >
BLOG
<div style="width: 20px;border: 2px solid red;position: absolute;">
</div>
</h2>
</div>

Nandita Sharma
- 13,287
- 2
- 22
- 35