{"id":20309620,"url":"https://github.com/coder-abdo/blog-preview-card","last_synced_at":"2026-05-12T19:06:57.136Z","repository":{"id":246986076,"uuid":"824768359","full_name":"coder-abdo/blog-preview-card","owner":"coder-abdo","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-05T23:05:04.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T11:58:19.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coder-abdo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-05T22:44:50.000Z","updated_at":"2024-07-05T23:05:07.000Z","dependencies_parsed_at":"2024-07-06T03:24:21.768Z","dependency_job_id":null,"html_url":"https://github.com/coder-abdo/blog-preview-card","commit_stats":null,"previous_names":["coder-abdo/blog-preview-card"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fblog-preview-card","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fblog-preview-card/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fblog-preview-card/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coder-abdo%2Fblog-preview-card/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coder-abdo","download_url":"https://codeload.github.com/coder-abdo/blog-preview-card/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241809604,"owners_count":20023786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T17:28:02.490Z","updated_at":"2026-05-12T19:06:57.079Z","avatar_url":"https://github.com/coder-abdo.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Blog preview card solution\n\nThis is a solution to the [Blog preview card challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/blog-preview-card-ckPaj01IcS). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n- [Acknowledgments](#acknowledgments)\n\n**Note: Delete this note and update the table of contents based on what sections you keep.**\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- See hover and focus states for all interactive elements on the page\n\n### Screenshot\n\n![challenge screenshot](./assets/images/screenshot.png)\n\n### Links\n\n- Solution URL: [frontendmentor challenge solution](https://www.frontendmentor.io/solutions/blog-preview-card-On2Ju3PGOD)\n- Live Site URL: [github pages live site](https://coder-abdo.github.io/blog-preview-card/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- CSS Media Queries Range Syntax\n- CSS Containers\n- CSS Layers\n\n### What I learned\n\n```html\n\u003cfooter class=\"card-footer\" role=\"contentinfo\"\u003e\n  \u003cimg\n    class=\"author-image\"\n    src=\"./assets/images/image-avatar.webp\"\n    alt=\"Author's profile picture\"\n  /\u003e\n  \u003ch4 class=\"author-name\" aria-label=\"Author: Greg Hooper\"\u003eGreg Hooper\u003c/h4\u003e\n\u003c/footer\u003e\n```\n\n```css\n@container (width \u003c 37.5rem) {\n    .card {\n      max-width: 38.4rem;\n    }\n    .card-badge {\n      font-size: 1.2rem;\n    }\n    .card-subtitle {\n      font-size: 1.2rem;\n    }\n    .card-title {\n      font-size: 2rem;\n    }\n    .card-description {\n      font-size: 1.4rem;\n    }\n    .author-image {\n      width: 3.2rem;\n      height: 3.2rem;\n    }\n    .author-name {\n      font-size: 1.4rem;\n    }\n  }\n}\n\n```\n\n### Continued development\n\nI will continue use the latest `CSS` features and techniques.\n\n### Useful resources\n\n- [Kevin Powell Youtube channel](https://www.youtube.com/watch?v=2rlWBZ17Wes\u0026ab_channel=KevinPowell) - This video helped me for how to use `containers \u0026 media queries range syntax`. I really liked this pattern and will use it going forward.\n- [Kevin Powell Youtube channel](https://www.youtube.com/watch?v=NDNRGW-_1EE\u0026ab_channel=KevinPowell) - This is a youtube video which helped me understand `CSS Layers`. I'd recommend it to anyone still learning this concept.\n\n## Author\n\n- Website - [my portfolio](https://abdelmonaem-portfolio.vercel.app/)\n- Frontend Mentor - [@coder-abdo](https://www.frontendmentor.io/profile/coder-abdo)\n  -LinkedIn - [Abdelmonaem](https://www.linkedin.com/in/abdelmonaem-shahat/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-abdo%2Fblog-preview-card","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoder-abdo%2Fblog-preview-card","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoder-abdo%2Fblog-preview-card/lists"}