.btn {
background-color: #14213D;
background-image: -webkit-linear-gradient(#FFD194, #BC1324);
color: #FFF;
font-family: ‘Amatic SC’, cursive;
font-size: 26px;
padding: 14px;
}
I m stuck here!!!
.btn {
background-color: #14213D;
background-image: -webkit-linear-gradient(#FFD194, #BC1324);
color: #FFF;
font-family: ‘Amatic SC’, cursive;
font-size: 26px;
padding: 14px;
}
I m stuck here!!!
Hi, I just did the same thing that had me stuck earlier in the course on a font question.
Tried it in Chrome rather than FireFox and it worked. No change to the code…
That might be something to do with the prefix. Chrome uses -WebKit- and Firefox uses -moz-.