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.
- Basic HTML and CSS
- CSS box model
- CSS flexbox
-
Fork this repo
-
Clone the repo
git clone https://github.com/extinctsion0/clock-project.git
- Create a branch with name of your choice and switch to that
git branch name-of-your-choice
git switch name-of-your-choice
git checkout -b name-of-your-choice
-
Modify the initial_index.html file and try to create a similar template as in the link https://extinctsion0.github.io/clock-project-new/
-
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
-
Then raise a pull request