In this exercise we will get familiar with CSS grid by playing a game called Grid Garden
- Browse to the following link Grid Garden
- The game consists of 28 levels.
- In each level There is scene containing a garden, divided to rows and columns, with carrots and water.
- The target of each level is to bring the water to the carrots grid properties on the garden, and sometimes on the water.
- To solve the level, you need to write the correct css properties in the editor. Once the properties have the correct values, you will be able to proceed to the next level.
- Your goal is to finish all 28 levels
ENJOY!
In each of these exercises, you have an html
file with a <style>
section. In each file you have a problem which you should fix only by modifying the CSS.