Anyone Know How To Make This Button?

bmwwebdesign

Regular Member
Joined
Jul 1, 2013
Messages
313
Reaction score
55
The Share This Story button I'm looking to replicate.
 

Attachments

  • Screen Shot 2017-06-15 at 8.58.33 PM.png
    Screen Shot 2017-06-15 at 8.58.33 PM.png
    125.4 KB · Views: 33
anyone know an easier way? Code is giving me problems.
 
That would be the easiest way unless you just crop it and post it as an image.
 
That looks like a clickable DIV. Search for bootstrap, you can turn anything into a button by just adding the btn css class.
 
anyone know an easier way? Code is giving me problems.
what page is it on? look just inspect element copy the html and then on the right copy the css.
Or just do it the regular way make a div and style it using their css its easy wrap div in a href and style that I don't know what else to say
 
Back
Top