<div class="text">Привет! ниче себе ты крутая. фотка класс!!!!</div>
.text{
margin: 0;
font-family: Arial, sans-serif;
font-size: 0.625em;
color: #333333;
background: #f2fbff;
border:1px solid #cfcfcf;
padding: 18px 20px;
position: relative;
width:30%;
margin-top:50px;
}
.text::after{
content: '';
position: absolute;
left: 23px;
top: -15px;
border: 8px solid transparent;
border-bottom: 9px solid #f2fbff;
border-left: 8px solid #f2fbff;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.