Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8989639
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:18:37+00:00 2026-06-15T22:18:37+00:00

I am trying to add a triangle to a div to create some sort

  • 0

I am trying to add a triangle to a div to create some sort of speech bubble. That bubble is supposed to have a shadow. I found that you can use unicode and mix it into a pseudo element to create a triangle. Now I am a bit puzzled how I could scale the Unicode Character as it looks a bit odd.

...:after {
content: "◀";
transform: scaleY(2.5); //doesnt seem to work :-(
top: 50px;
left: -11px;
position: absolute;
text-shadow: -1px 0 2px #ccc;
pointer-events: none; }

Thanks for the help on this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T22:18:39+00:00Added an answer on June 15, 2026 at 10:18 pm

    ORIGINAL ANSWER: You can use font-size for pseudo elements to make the text larger. Just add font-size:2.5em;.

    NEW IDEA: I know the question was about transforming the content arrow, but for an alternate solution for your speech bubble. What about using the css border arrow “hack” (See my codepen link below w/ extended example):

    .bubble:after {
      content:"";
      height:0px;
      width:0px;
      border-color: transparent transparent transparent #cccccc;
      border-style: solid;
      border-width: 10px;
      position:absolute;
      top:20px;
      right:-20px;
      /* Now transform will work since this is not a character: */
      -webkit-transform: scaleY(1.5);
      transform: scaleY(1.5);
    }
    

    Codepen example

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying add vertical lines to my grid. I have found some examples but
I'm trying add some implicit rules in CMake that will generate direct dependencies (like
I am trying to add some styles in some DataGrid s I have. I
I am trying to render video via the NDK, to add some features that
For homework, I'm trying to create a CustomButton that has a frame and in
I am trying add two columns in a text file that are seperated by
Trying to add a color picker to a field in Dynamics AX 2009. Found
Just trying to add some text before function's result. onClick=$('#itempriceqty0').clone().appendTo('#itempricewrapper').attr('id', $('#itempricewrapper').children().length-5+1) So I need
Trying to add django-registration to my app. I have installed setup tools to use
I'm trying to implement a polyline simplification algorithm. The original article can be found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.