
CSS Speech bubbles
-
- WSC 3.1.x
-
kbarg -
February 21, 2019 at 4:48 AM
-
-
As an example, this time you can try
Maybe it'll help you.
Code
Display More@include screen-md-up { .messageHeader::before { content: ''; position: absolute; border-style: solid; border-width: 30px 30px 30px 0; border-color: transparent #000; display: block; width: 0; z-index: 0; left: 240px; top: 15px; } .messageHeader::after { content: ''; position: absolute; border-style: solid; border-width: 30px 30px 30px 0; border-color: transparent #FFFFFF; display: block; width: 0; z-index: 1; left: 241px; top: 15px; } .messageSidebar + .messageContent { border-radius: 3px; padding: 10px; } .messageSidebar { border: 1px solid #000; } }
-
When I get off work I will try it and report back my results. Thanks
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!