https://github.com/tejanhu/brainnest-css-mini-project
https://github.com/tejanhu/brainnest-css-mini-project
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tejanhu/brainnest-css-mini-project
- Owner: tejanhu
- Created: 2023-04-22T02:24:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T02:16:08.000Z (over 2 years ago)
- Last Synced: 2025-02-03T19:59:40.832Z (8 months ago)
- Language: HTML
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Assignment (Main CSS Project):
# a) Download the ‘Roboto’ font from here
# b) Check out here on how to use that font you just downloaded
# c) Have a look at the two images below (3rd/4th) page of this document). One is the design that you will try to copy, it should look as similar as possible. The second one shows some information like colors and font-weights you should use in texts.
# d) Do not worry about this being responsive on mobile devices or not, that is not the goal here
# e) For the section you’re working on, begin by getting all the content onto the page before beginning to style it. In other words, do the HTML and then do the CSS. You’ll probably have to go back to the HTML once you start styling, but bouncing back and forth from the beginning will take more time and may cause more frustration.
# f) There are many ways to tackle a project like this, and it can be overwhelming to look at a blank HTML document and not know where to start. Our suggestion: take it one section at a time. The website you’re creating has 4 main sections (and a footer), so pick one and get it into pretty good shape before moving on. Starting at the top is always a solid plan.