The goal of this assignment is to clone the T3Chat landing page using HTML and CSS. Focus on analyzing the live website and replicating its layout and styling.
- HTML5: Use semantic elements for better structure.
- CSS3: Implement modern layout techniques (Flexbox/Grid).
- Structure: Inspect the live site to understand its structure, but write your own semantic HTML.
- Styling: Match the colors, fonts, and responsiveness of the original site.
- Assets: You may use the images from the live site or placeholders if necessary.
- Clean Code: maintain organized and commented code files.
- Open the live link.
- Use browser developer tools (Inspect Element) to analyze fonts, colors, and dimensions.
- Create your
index.htmlandstyle.cssfiles. - Start building!