Skip to content
Snippets Groups Projects
Commit 57eb5b92 authored by Lassi Haaranen's avatar Lassi Haaranen
Browse files

Fix typo in change_border_color

parent f383a2b4
No related branches found
No related tags found
No related merge requests found
...@@ -297,7 +297,7 @@ let Content = { ...@@ -297,7 +297,7 @@ let Content = {
order: 7 order: 7
}, },
change_border_color: { change_border_color: {
instructions: "This looks quite horrible, please change the border color and the background color of the element on the left. You can use any value you prefer. In order to get the points you will have to use the developer tools console, and change the color in the <em>element</em> selector. Also remeber that the values you use should be valid ones.", instructions: "This looks quite horrible, please change the border color and the background color of the element on the left. You can use any value you prefer. In order to get the points you will have to use the developer tools console, and change the color in the <em>element</em> selector. Also remember that the values you use should be valid ones.",
html: ` html: `
<style> <style>
div#color-element { div#color-element {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment