CSS Tricks

Unordered list without bullets showing

<ul style=”list-style-type: none;”>

Checkmark

<span class=”checkmark”>&#10003;</span>

selector {margin-left:-35px;}
.checkmark {color:#70D36E; font-weight:bold;}

Embedded Initial Letter

selector :first-child::first-letter {
font-family: Cormorant Unicase;
color:#425BC0;

padding:0px 3px 0px 0px;
margin: -5px 1px 0px 0px;
font-size: 6rem;
float: left;
line-height: 1;
}

Border with sliced image

selector {
border: 40px solid transparent;
border-image: url(https://pappcseperke.hu/wp-content/uploads/2021/02/GoldenFrame_01-300×240.png) 45 stretch;
}

en_GB