Closed Abid-Chowdhury closed 6 months ago
Implement this in HTML / CSS
Notes:
3/25/2024
-Add padding to edges -Add photo background(Pushed for later) -Add variables for colors in CSS page (Complete) -Import font instead of linking in HTML(Complete) -Add dropshadow to elements -Header spacing needs to be justified correctly -Change HTML code formatting -Comment out calender code(Complete) -Add day | time | date to main banner (Complete)
3/27/2024 -Add padding to edges (Need to be discussed) -add dropshadow to elements(Need clarifications) -header spacing needs to be justified correctly (Need to be evaluated) -Change HTML code formatting(Need to be evaluated)
3/28/2024
Add padding to edges (Need to be discussed): Padding needs to be adjusted for all elements, and elements should not be touching the edge of the page or a box. (See image 1)
Add dropshadow to elements (Need clarifications):
For texts, add the text-shadow
property. For other elements, add box-shadow
property. This will make the page look less flat and make text more readable.
Header spacing needs to be justified correctly (Need to be evaluated):
Title text should be in one line (Give h1
more width) (See image 2)
Change HTML code formatting (Need to be evaluated):
Header should have 3 children divs (left
, middle
, right
).
left
div can be the title.
middle
div can be all page buttons.
right
div can be streak, coins, and profile icon.
For mainclass
div, children divs should be written in order they appear on the page.
Image 1
Image 2
Here is the Home Page Concept