This project features a profile card layout created using HTML and CSS. It displays staff profiles with information and styles the content with sleek designs.
The index.html
file contains the basic structure of the profile card layout. It includes staff profiles with respective images, names, and descriptions.
The style.css
file defines the styling of the profile cards and the overall layout. It covers:
- Font imports from Google Fonts
- Resetting default styles with
*
- Smooth scrolling behavior
- Customizations for the header, main, cards, footer, and responsive design for different screen sizes.
The HTML file sets up the profile card layout, linking to the CSS file for styling. It includes sections for staff profiles, navigational links, and a footer displaying company information.
The CSS file styles the HTML elements, creating an attractive and responsive layout. It includes styles for headers, navigation bars, cards, images, and footer sections.
- Profiles for 3 people
- Responsive design for various screen sizes
- Smooth scrolling behavior within the page
Clone the repository and run index.html
using a live server to view the profile cards.
- HTML
- CSS
- Google Fonts (Nunito)
Contributions to enhance or improve the profile card layout are welcome! Fork this repository, make changes, and submit pull requests.
This project is licensed under the MIT License.
Feel free to add more sections or details to provide a comprehensive overview of your Profile Card project!