whossein / html-css-card-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

html-css-card-challenge

An HTML/CSS development challenge for implementing a card from given image. css test image

Introduction

In this challenge, you are going to implement image of a card in HTML/CSS. You need to deliver an html file with possibly some suplementray files (.css, image, ...) . Opening the html file in any popular browser should show the card you implementd in the center of the page.

You are allowed to use a front-end framework. (e.g. bootstrap or foundation , any web font package)

using SCSS or any css preprocessor will count as a bonus towards your final evaluation

Expectations

We expect a clean, readable and maintainable code with meaningful comments.

Task

  1. Fork this repository (if you don't know how to do that, Google is your friend)
  2. Develop the given challenge
  3. Commit and Push your code to your new repository
  4. Send us a pull request, we will review your code and get back to you

About