No media files provided.
By using CSS border style, :after
and :before
, we can create a bookmark style purely in CSS.
Given the following HTML code:
<div class="box">
Book I: Hello World
</div>
<div class="box bookmarked theme1">
Book II: Learn CSS
</div>
<div class="box bookmarked theme2">
Book II: Learn CSS
</div>
Please implement the following style in CSS.
*Please note that there is 2 slightly different styles in the screenshot.
N/A