{"id":20549190,"url":"https://github.com/neorandom/css","last_synced_at":"2026-03-08T02:05:54.504Z","repository":{"id":259990436,"uuid":"740822561","full_name":"neoRandom/css","owner":"neoRandom","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-27T00:43:38.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T16:40:24.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/neoRandom.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-01-09T06:17:22.000Z","updated_at":"2024-09-27T00:52:09.000Z","dependencies_parsed_at":"2024-10-29T00:25:59.325Z","dependency_job_id":"b5bc6949-b4ca-4219-85d8-0299843fb309","html_url":"https://github.com/neoRandom/css","commit_stats":null,"previous_names":["neorandom/css"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoRandom%2Fcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoRandom","download_url":"https://codeload.github.com/neoRandom/css/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242153197,"owners_count":20080451,"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-16T02:16:45.344Z","updated_at":"2025-12-07T02:01:21.473Z","avatar_url":"https://github.com/neoRandom.png","language":null,"readme":"# css\n\u003e \"Como eu centralizo uma div mesmo?\" - Todo programador sênior\n\n\u003cbr\u003e\n\n## Flex(box):\n`justify-content` Alinha os itens flex ao longo do eixo principal.\n```\njustify-content: flex-start (default) | flex-end | center | space-between | space-around | space-evenly\n```\n\u003cbr\u003e\n\n`align-items` Alinha itens flex ao longo do eixo cruzado.\n```\nalign-items: flex-start | flex-end | center | baseline | stretch (default)\n```\n\u003cbr\u003e\n\n`flex-direction` Define a direção do eixo principal.\n```\nflex-direction: row (default) | row-reverse | column | column-reverse\n```\n\u003cbr\u003e\n\n`order` Especifica a ordem de um item flex.\n```\norder: \u003cinteger\u003e (... -1, 0 (default), 1, ...)\n```\n\u003cbr\u003e\n\n`align-self` Alinha um item flex ao longo do eixo cruzado, substituindo o valor de align-items.\n```\nalign-self: flex-start | flex-end | center | baseline | stretch\n```\n\u003cbr\u003e\n\n`flex-wrap` Especifica se os itens flex são forçados em um linha única ou podem quebrar em múltiplas linhas.\n```\nflex-wrap: nowrap (default) | wrap | wrap-reverse\n```\n\u003cbr\u003e\n\n`flex-flow` Propriedade abreviada para flex-direction e flex-wrap.\n```\nflex-flow: \u003cflex-direction\u003e \u003cflex-wrap\u003e\n```\n\u003cbr\u003e\n\n`align-content` Alinha as linhas dentro de um container flex quando há espaço sobrando no eixo cruzado.\n```\nalign-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch (default)\n```\n\u003cbr\u003e\n\n\n## Grid (Todo):\n...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneorandom%2Fcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneorandom%2Fcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneorandom%2Fcss/lists"}