Skip to content

extinctsion0/clock-project-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

basic-clock-project

Lets learn some basic html. The template that we will be creating contains only basic html tags. To complete this template we need to brush up our html ,css skills( like flexbox,box model etc). We will be doing the clock project in two weeks.In this week we'll be creating the html template, in the next week we'll add javascript to make the clock run.

Things we'll be learning

  1. Basic HTML and CSS
  2. CSS box model
  3. CSS flexbox

🚀 Lets get Started

  1. Fork this repo

  2. Clone the repo

 git clone https://github.com/extinctsion0/clock-project.git
  1. Create a branch with name of your choice and switch to that
 git branch name-of-your-choice
 git switch name-of-your-choice

Or

git checkout -b name-of-your-choice
  1. Modify the initial_index.html file and try to create a similar template as in the link https://extinctsion0.github.io/clock-project-new/

  2. Once your done with the template, commit the changes and push it to github

    git status
    git add .
    git commit -m "Your message"
    git push -u origin name-of-your-choice
  3. Then raise a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published