Training Day 25
Industrial Training – Day 25
Today marked the 25th day of my industrial training journey, and I successfully completed the final part of my current project – the User Review or Testimonials section. This section plays a key role in building user trust, as it highlights positive feedback from previous clients or users of the service.
To create this part, I used clean and responsive HTML and CSS. I designed multiple review cards that display the user's name, photo, star rating, and their feedback. I ensured that each review card had a modern, minimalistic look with proper padding, margins, and shadow effects to make them visually appealing.
For mobile responsiveness, I used media queries to adjust the layout – reviews appear in a single column on smaller screens and in a grid on larger ones. I also used flexbox and grid properties to ensure alignment and spacing were consistent.
One of the challenges I faced was making the layout look uniform despite having reviews of different lengths, but I overcame it by setting a fixed height and using text-overflow where necessary.
Adding user photos and star icons gave the section a more professional and realistic touch.
Comments
Post a Comment