Giter Club home page Giter Club logo

gridgardensolution's Introduction

Solving Grid Garden

This file contains the solutions for solving all the levels of the Grid Garden game.


Level 1

grid-column-start: 3;


Level 2

grid-column-start: 5;


Level 3

grid-column-end: 4;


Level 4

grid-column-end: 2;


Level 5

grid-column-end: -2;


Level 6

grid-column-start: -3;


Level 7

grid-column-end: 4;


Level 8

grid-column-end: span 5;


Level 9

grid-column-start: span 3;


Level 10

grid-column: 4 / 6;


Level 11

grid-column: 2 / 5;


Level 12

grid-row-start: 3;


Level 13

grid-row: 3 / 6;


Level 14

grid-column: 2; grid-row: 5;


Level 15

grid-column: 2 / 6; grid-row: 1 / 6;


Level 16

grid-area: 1 / 2 / 4 / 6;


Level 17

grid-area: 2 / 3 / 5 / 6;


Level 18

order: 1;


Level 19

order: -1;


Level 20

grid-template-columns: 50% 50% 50% 50%;


Level 21

grid-template-columns: repeat(8, 12.5%);


Level 22

grid-template-columns: 100px 3em 40%;


Level 23

grid-template-columns: 1fr 5fr;


Level 24

grid-template-columns: 50px 1fr 1fr 1fr 50px;


Level 25

grid-template-columns: 75px 3fr 2fr;


Level 26

grid-template-rows: 50px 0% 0% 0%;


Level 27

grid-template: 60% / 200px;


Level 28

grid-template: 1fr 50px / 1fr 4fr;

gridgardensolution's People

Contributors

ckvignesh avatar jenny12012 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jenny12012

gridgardensolution's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.