pesudo

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
pre{
color: blue;
}
pre:first-letter{
color: red;
font-size: 20pt;
font-style: italic;

}

pre:before{
content: url("../img/pointer.png");
background: #68ff46;
}

pre:after{
content: url("../img/pointer.png");
background: #68ff46;
}
</style>
</head>
<body>
<pre>
Integrate all business processes and operations into one system
to streamline operations, optimize resources,
and provide better service to customers with ERP and CRM software.
</pre>
</body>
</html>

Comments