Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Creating an arrow

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #252072
    digikar
    Participant

    I want an arrow in CSS like this —>

    My arrow triangle code is below but i am not able to get the arrow line ‘—‘ for the arrow so that i have a complete arrow looking like this —>.

    .arrow-right {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 30px solid black;
    }
    
    #252074
    Beverleyh
    Participant
    #252085
    Paulie_D
    Member

    Or just use alt-26 → or an HTML / Unicode symbol

    http://www.alt-codes.net/arrow_alt_codes.php

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.