{"id":20766187,"url":"https://github.com/navono/learningcss","last_synced_at":"2026-05-23T03:35:29.587Z","repository":{"id":74496921,"uuid":"101451120","full_name":"navono/learningCSS","owner":"navono","description":"sample CSS in HTML just for learning","archived":false,"fork":false,"pushed_at":"2017-08-29T04:55:06.000Z","size":1801,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T18:54:57.193Z","etag":null,"topics":["css3","html"],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/navono.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":"2017-08-26T00:10:43.000Z","updated_at":"2017-08-28T08:38:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"4dc2940d-8bd1-49aa-9e80-078088e2a2cd","html_url":"https://github.com/navono/learningCSS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/navono/learningCSS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2FlearningCSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2FlearningCSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2FlearningCSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2FlearningCSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navono","download_url":"https://codeload.github.com/navono/learningCSS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navono%2FlearningCSS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33381989,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T01:21:08.577Z","status":"online","status_checked_at":"2026-05-23T02:00:05.530Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css3","html"],"created_at":"2024-11-17T11:21:51.066Z","updated_at":"2026-05-23T03:35:24.576Z","avatar_url":"https://github.com/navono.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is sample CSS code for learning.\n\n# Cascade and inheritance\n哪个selector最终会起作用，根据以下三个因素来判断，优先级从高到低：\n- Importance\n- Specificity\n- Source order\n\n# Fundamental text and font styling\n\n## web safe fonts\n\nname | Generiac type\n---- | ---\nArial | sans-serif\nCourier New |   monospace\nGeorgia | serif\nTimes New Roman | serif\nTrebuchet MS | sans-serif\nVerdana | sans-serif\n\n## Font size\n- px\n- em\n- rem\n\n## Font sytle, font weight, text transform, text decoration\n- font-style\n  - normal\n  - italic\n  - oblique\n- font-weight\n  - normal, bold\n  - lighter, bolder\n  - 100-900\n- text-transform\n  - none\n  - uppercase\n  - lowercase\n  - capitalize\n  - full-width\n- text-decoration\n  - none\n  - uderline\n  - overline\n  - line-through\n\n其他的Font styles还有：\n- font-variant\n- font-kerning\n- font-feature-settings\n- font-variant-alternates\n- font-variant-caps\n- font-variant-east-asian\n- font-variant-ligatures\n- font-variant-numeric\n- font-variant-position\n- font-size-adjust\n- font-stretch\n- text-underline-position\n- text-rendering\n\nText布局风格还有：\n- text-indent\n- text-overflow\n- white-space\n- word-break\n- direction\n- hyphens\n- line-break\n- text-align-last\n- text-orientation\n- word-wrap\n- writing-mode\n\n\n# text shadows\n```css\ntext-shadow: 4px 4px 5px red;\n```\n四个参数：\n1. 水平偏移\n2. 垂直偏移\n3. 模糊半径（blur radius）\n4. 基色（base color）\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Flearningcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavono%2Flearningcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavono%2Flearningcss/lists"}