{"id":23333832,"url":"https://github.com/schultyy/web-kungfu","last_synced_at":"2026-01-20T15:33:26.220Z","repository":{"id":14719276,"uuid":"17439846","full_name":"schultyy/web-kungfu","owner":"schultyy","description":"Learn the web kung fu","archived":false,"fork":false,"pushed_at":"2014-03-05T13:55:05.000Z","size":124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T03:58:36.044Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/schultyy.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}},"created_at":"2014-03-05T12:20:44.000Z","updated_at":"2014-03-05T13:55:05.000Z","dependencies_parsed_at":"2022-09-04T22:34:28.999Z","dependency_job_id":null,"html_url":"https://github.com/schultyy/web-kungfu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schultyy/web-kungfu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fweb-kungfu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fweb-kungfu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fweb-kungfu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fweb-kungfu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schultyy","download_url":"https://codeload.github.com/schultyy/web-kungfu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schultyy%2Fweb-kungfu/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28606142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T14:45:23.139Z","status":"ssl_error","status_checked_at":"2026-01-20T14:44:16.929Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-21T00:32:29.926Z","updated_at":"2026-01-20T15:33:26.197Z","avatar_url":"https://github.com/schultyy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# web kung fu\n\n## Position a div at bottom\n\nIn this case `inner` should be positioned below `outer`\n\n```CSS\n\n.outer {\n  position: relative;\n}\n\n.inner {\n  position: absolute;\n  bottom: 0 px;\n}\n\n```\n\n## Articles\n\nThe `article` tag represents an article which must be self contained. It should be possible to show the article without the surrounding page.\n\nThis means, it should include i.e. the header:\n\n\n```HTML\n\u003carticle\u003e\n  \u003ch1\u003eYadda yadda\u003c/h1\u003e\n  \u003cp\u003e\n    The awesome content here\n  \u003c/p\u003e\n\u003c/article\u003e\n```\n\n## Absolute positioning\n\nWhen working with absolute positioning (`position: absolute`), then margin and padding don't have any effect and you can only work with `top`, `bottom`, `left` and `right`.\n\n\n## Triangles\n\n```CSS\n.triangle {\n  width: 0px;\n  height: 0px;\n  \n  border-top: 10px solid transparent;\n  border-bottom: 10px solid transparent;\n  border-right: 10px solid white;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Fweb-kungfu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschultyy%2Fweb-kungfu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschultyy%2Fweb-kungfu/lists"}