w-designs / talithawesson.com

A Creative Portfolio
talithawesson.com
0 stars 0 forks source link

Button outlines #3

Closed talithawesson closed 10 years ago

talithawesson commented 10 years ago

Give the buttons an outline of 1px, darkgray.

jeffwesson commented 10 years ago

By outline, do you @talithawesson mean border?

talithawesson commented 10 years ago

Yep

jeffwesson commented 10 years ago

Awesome, Twitter Bootstrap actually provides a great class for this display. See example below:

<button class="btn btn-default">I'm a default button</button> btn-default is the class containing the border you want.