Blog Enhancers
create
fix
- make the theme simple
- set the width to 1500 (Layout-Theme Designer)
enhance
- add Blog Archive (set to Hierarchy)
- add a link list
- add a banner http://www.bannersnack.com/
- alien avatar http://chir.ag/alien (image gadget)
favicon
- design it https://codepen.io/thatguycraig/pen/kIeAK
- make it https://www.favicon.cc/
turn their code:
div {
background: linear-gradient(to bottom, #cc00ff 0%, #ff0000 100%);}
background: linear-gradient(to bottom, #cc00ff 0%, #ff0000 100%);}
into our code - note the difference using STYLE=
<DIV style="background: linear-gradient(to bottom, #cc00ff 0%, #ff0000 100%);">
</DIV>