- framework vs library
- arial-label
- There are 3 folders in this repository:
pricing-table-1: ChaiPatti - Pricing Tablepricing-table-2: Chai Aur Fitness - Membership Pricing Tablescreenshots: Screenshots of the above 2 pricing tables
- In each of the 2 folders (
pricing-table-1,pricing-table-2), you will find anindex.htmlfile and achallenge.cssfile. - Your task is to write the CSS code in the
challenge.cssfile to style theindex.htmlfile so that it matches the design shown in the corresponding screenshot in thescreenshotsfolder.
- Open the
index.htmlfile in your browser to see the unstyled version of the page. - Open the
challenge.cssfile in your code editor. - Write the necessary CSS code in the
challenge.cssfile to style theindex.htmlfile. - Save your changes and refresh the browser to see the updated styles.
- Repeat the process until the
index.htmlfile looks like the screenshot in thescreenshotsfolder.
- Use browser developer tools to inspect elements and test your CSS code.
- Break down the task into smaller parts and tackle one section at a time.
- Ask for help if you get stuck, but try to solve the problem on your own first.
Good luck and have fun!
- Pair Programming
- Tutorial Hell (How to Get Yourself Out of Heels Tutorial)
- Find pain point
- For reference, prefere more readable content greater than video content.
- github code snippets [gist]
- Tracking [clockify.me] [wakatime.com]
📁FullStack
|
|---Extra Knowledge
| |
| |---Networking
| | |
| | |--Jargon of Internet
| | |
| | |---Internet, WWW, IP address, DNS, Routing, Isp's, Port
| | |
| | |---Browser to server data journey, Cookie & Session work
| | |
| | |---Request-Response Model, OSI Model, TCP/IP, TCP vs UDP,
| | |
| | |---Protocols(HTTP, FTP)
| |
| |---Git & Github
| |
| |---Make PRD and Documantation
|
|
|
|---Frontend
| |
| |---HTML
| | |
| | |
| | |---Inline, id, class
| | |
| | |---Media & image
| | |
| | |
| | |
| |
| |---CSS [It is a creativity]
| | |
| | |---Selectors, Background color & images,
| | |
| | |---Inline vs Block vs Inline-block
| | |
| | |---Pseudo-classes & elements
| | |
| | |---Flex-box
| | |
| | |---Grid (bento grid)
| | |
| | |---Box Model
| | |
| | |---Positioning
| | |
| | |---Units(px, rem, em, vh, vw)
| | |
| | |---Specificity Algorithm (Cascading) [priority/weightage/presidence]
| | |
| | |---Media query
| |
| |
| |---CSS Framework
| | |
| | |---Bootstrap
| | |
| | |---Materialize css
| | |
| | |---Tailwind css
|
|
|
|---Backend