Random Quote Machine "In The Woods"

Here’s my effort - https://codepen.io/ChrisMorrall/pen/xWpvoR

If anyone can tell me why I get a gost grey box around my buttons after selecting them there are some brownie points up for grab! Done my head in trying to work out why!

It is default Bootstrap styling. It uses box-shadow, so to remove it:

.btn{
  box-shadow: none !important;
}

Thanks guys I’ll go with removing the grey box totally :smile: