Posts by Gabriel • 31 points
1 post
-
0
votes2
answers140
viewsQ: Create a thought bubble in css
.balloon-box { width: 281px; height: 53px; background: #f1f1f1; border-radius: 26.5px; text-align: center; } .balloon-box::after { content: ""; display: block; width: 17px; height: 17px;…