# Cool Buttons Get Clicks!
Perplexity
Claude
AuthorDock
AuthorDock
Add your own artwork
Amazon USA Amazon UK Amazon DE Amazon FR Amazon ES Amazon IT Amazon NL Amazon JP Amazon BR Amazon CA Amazon MX Amazon AU Amazon IN
You have 9 types of buttons:
Button Text
![](https://pubwriter.net/images/icons/mail.svg)
1.
2.
3.
4.
5.
6.
7.
8.
9.
## Linked Buttons
Free Preview
or
### Let's increase the size of the text:
Option 1
Option 2
Option 3
## Icons & Art on Buttons
### Option 1 - Bootstrap Buttons
$19.95 Hardcover
See
for the full list!
If you have [the icon](https://read.pubwriter.com/fancy) that you can copy & paste, here's a simple button:
Mac Tools
## Using an image on a button (note that you can change the size?):
PubWriter
Atom Snippet
***
## Social Media Footer Buttons
## More Footer Buttons
## Footer Button Builder
Using the code below, you can drop in any image!
***
You can also create your own buttons with a little HTML:
### Inline CSS
DIY Button
### External CSS
Create your own button classes!
> Buttons vary between CSS Frameworks. You may notice buttons look slightly different depending on the CSS Framework you are using (Foundation, Bootstrap, Skeleton, etc). But it depends on the button class name you use (they don't all share the same button class names).
***
As you might be able to tell, the CSS is what defines the color of the buttons (and the text on the button itself). In the case of light/dark buttons, you have to consider the color of the text and the icon.
We can address the issue of light/dark text with the following CSS:
.btn-light, .btn-default {
color: black !important;
}
a.btn-light, .btn-default {
color: white !important;
}
As you can see, whether you have a 'dark' theme or 'light' theme will dictate the color of the buttons and the text.
***
Basic button, no icon:
Black Button
Replace the `#` to specify where the button links to (href="URL").
Buttons can be created in 3 sizes are configured using the switches: `btn-lg` and `btn-sm` (or default size if you don't use a switch):
Large Button
Default Button
Small Button
## 1. default
Black Button Black Button Black Button
## 2. primary
Blue Button Blue Button Blue Button
## 3. info
Turquoise Button
## 4. success
Green Button
## 5. warning
Yellow Button
## 6. danger
Red Button
## 7. link
Colorless Button
I recommend using the link button when use an image as a button:
> See a live example on [Dan Logan's site](https://danielloganauthor.com/).
Notice how easy it is to reduce the size?
Or increase the size?
**[Hundreds of icons](http://pubwriter.net/icons.md) are available for page & your buttons!**
## Going Deeper
You can also turn SVGs into buttons, allowing you to customize the colors. If you're ready to dive deeper into the amazing world of SVGs, it's in [Tutorial #9](9).