Project 2: Working Web Page
Project 2: Working Web Page
The objective of this assignment is to transform your static prototype from Project 1 into a fully functional and interactive web page. You will apply your knowledge of web layout class to create a working website that closely aligns with your original prototype.
Review your static prototype from Project 1 and analyze its layout, typography, color scheme, and imagery.
Use HTML and CSS to translate the design elements into code, ensuring a faithful representation of the original prototype.
Aim for pixel-perfect precision while maintaining responsive design principles to ensure compatibility across different devices and screen sizes.
For starting this task, I had used the coding from recipe card. I had start the code with doing the border-box of tittle box, which is the "profile" and "experience".
- max-width: 100%;
- border-radius:
;288px - position: relative;
- box-sizing: border-box;
- aspect-ratio: 1/1;
- width: 100%;
- object-fit: cover;
- border: 10px
#ffffff solid ;
By the css style here, for border:10px to fit the circles and aspect-radio, the profile picture looks fine.
As for the profile of the company, if i place the profile the paragraph will immediately gone, i had checked a lot of times but the result shows not well, so i give up of it.






.jpeg)
Comments
Post a Comment