I'm a newbie in HTML CSS. I need to create view sample photo: 
I used code:
<!DOCTYPE html>
<html>
<head>
<style>
attachment{
border-radius:10px;
padding:8px;
display:block;
background:#dadada;
}
attachment::before{
content:"</>";
}
</style>
</head>
<body>
<attachment id="7ffdba46c1b64aba89b5176469c2bd5b">Code snippet </br> Text, 12 lines</attachment>
</body>
</html>
How I can move </> to center vertical and all content in attachment tag will alight left </> same photo?
Thank you very much!
