<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
The line of code instructed to put in the the “.btn” class selector is not accepted. Is this something I can fix or is this a bug that should be reported?
When I click “Run,” I get the following error message:
Error Message: “Did you add the color gradient?”
When I hover over the block of code, I see this warning message:
Warning: “Missing vendor-prefixed CSS gradients for Firefox 3.6+ Old WebKit
(Safari 4+, Chrome), Opera 11.1+.”
-ms-linear-gradient for Internet Explorer 10+
-moz-linear-gradient for Firefox 3.6+
-o-linear-gradient for Opera 11.10+
-webkit-linear-gradient for Safari 5+ and Chrome
-webkit-gradient for Safari 4+ and Chrome (aka "Old WebKit")
No, the exercise assumes that you are using safari or chrome. I added the correct syntax for each gradient (to be safe, and for fun). The gradients are now working in all browsers (i.e. I can see the cool gradient yellowish to redish) but it is still not excepted. There is a link to the exercise in the topic post, not sure what will happen if you click on it though.
So I added your suggestion to the code and it works (the last line takes effect), but it is till not excepted. I have learned a ton about background and background-image properties, and I respect codecadamy for telling me I’m wrong, I just wish I could move on to the next exercise, ya know?
I’ve been trying to get caught up to where you are, but ran into issues in the Fonts lesson. Need to try it in a different browser and see if I can’t catch up to where you are. There are known issues with this new track, but I am not aware of how many devices are affected.
This is a problem that I believe the team are working on. I’ve got into the habit of refreshing the page after every Run. Eventually it gets sorted out.
I changed browser from Mozilla Firefox 5.0 on Chromium version 37.0.2062.120 for Ubuntu 12.04 (281580) and I could make the Next step. I am working with Linux operational system Ubuntu 12.04. Right code for .btn selector:
background-image: -webkit-linear-gradient(#FFD194, #BC1324);