Coder Social home page Coder Social logo

css-kenken's Introduction

CSS-KenKen

  1. Click the fork button in the top right corner of this webpage, to create a copy of this repository under your repos.
  2. Open your terminal or git bash and navigate to your repos folder.
  3. Use git clone, followed by the url of the repository, to clone down the repository to your machine. The command should look like git clone https://github.com/YourUser/CSS-KenKen.git
  4. cd into the KenKen folder that you cloned down into your Repos folder
  5. Once inside the KenKen project folder, use code . to open an instance of VS Code at your location in the terminal.

Exercise 1

Recreate the 4x4 KenKen Board below using the HTML elements given in the index.html file for this exercise

Example KenKen Board

  1. Look over the index.html file. Take note of the structure of the elements, classes, and ID's.
  2. Style the body to display the width, height, margin, and background color that you want. Remember that the body encapsulates everything on the webpage so this will affect all elements being displayed.
  3. Create a grid using the grid class. Remember the shape and structure of the KenKen board you're trying to recreate to guide the size of your rows and columns. Also give your grid a nice size. 800+ pixels should do it.
  4. Give your grid items class a background color that you like.
  5. Go through each box# id and give it the proper borders to mimic the example image above.

css-kenken's People

Contributors

tannerdrayton avatar

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.