A simple and minimal blog card design using HTML and CSS. This project demonstrates a clean, responsive, and aesthetically pleasing card layout that includes an image, title, description, and footer information.
- Minimalist Design: Clean and simple design focusing on readability and aesthetics.
- Responsive Layout: The card adjusts seamlessly to different screen sizes using flexbox.
- Typography: Modern and elegant font styles from Google Fonts.
- Custom Styles: Includes a styled rectangle tag and box shadow for enhanced visuals.
minimalBlogCard/
|
+-- https://github.com/ronny-gans/minimalBlogCard/raw/refs/heads/main/resources/Card_Blog_minimal_1.3.zip # Main HTML file
+-- https://github.com/ronny-gans/minimalBlogCard/raw/refs/heads/main/resources/Card_Blog_minimal_1.3.zip # CSS file for styling
\-- https://github.com/ronny-gans/minimalBlogCard/raw/refs/heads/main/resources/Card_Blog_minimal_1.3.zip # Documentation (this file)
- Clone or download the repository to your local machine.
- Open the
https://github.com/ronny-gans/minimalBlogCard/raw/refs/heads/main/resources/Card_Blog_minimal_1.3.zipfile in your preferred browser to view the blog card design. - Customize the content, styles, or images as needed for your project.
This project uses the following fonts from Google Fonts:
- Inter: For general text and readability.
- Sora: For titles and emphasis.
To include these fonts in your project, the following <link> is used in the <head> section of the HTML:
<link href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fronny-gans%2FminimalBlogCard%2Fraw%2Frefs%2Fheads%2Fmain%2Fresources%2FCard_Blog_minimal_1.3.zip%2Copsz%2Cwght%400%2C14..32%2C100..900%3B1%2C14..32%2C100..900%26amp%3Bfamily%3DSora%3Awght%40100..800%26amp%3Bdisplay%3Dswap" rel="stylesheet">
- HTML5: Markup language for structuring the page.
- CSS3: Styling for layout and typography.
- Google Fonts: For modern typography (
Sora).
This project is open-source and free to use under the MIT License.