{"id":24189620,"url":"https://github.com/lovefields/reset-css","last_synced_at":"2025-03-03T03:22:31.719Z","repository":{"id":82517137,"uuid":"84291328","full_name":"lovefields/reset-css","owner":"lovefields","description":"reset css","archived":false,"fork":false,"pushed_at":"2017-09-15T06:00:34.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T14:42:48.325Z","etag":null,"topics":["css","css3","reset","reset-css"],"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/lovefields.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-03-08T07:23:28.000Z","updated_at":"2018-08-23T11:29:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"acfc2897-2e66-4562-88be-b7df745e9d10","html_url":"https://github.com/lovefields/reset-css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovefields%2Freset-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovefields%2Freset-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovefields%2Freset-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovefields%2Freset-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovefields","download_url":"https://codeload.github.com/lovefields/reset-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241601165,"owners_count":19988879,"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":["css","css3","reset","reset-css"],"created_at":"2025-01-13T14:30:13.177Z","updated_at":"2025-03-03T03:22:31.714Z","avatar_url":"https://github.com/lovefields.png","language":"CSS","readme":"\u003ch1\u003ereset css\u003c/h1\u003e\n\n\u003ch3\u003e기본적으로 하위브라우저는 무시합니다.(CSS3)\u003c/h3\u003e\n\n\u003ch4\u003echarset 선언 (선택사항)\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003e@charset \"utf-8\";\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e엘리먼트들의 margin,padding,border 제거, HTML5에서 해당 속성이 있는 엘리먼트만 넣었습니다.\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003ebody,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,ol,ul,fieldset,legend,figure,menu{margin:0;padding:0;border:0}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e테이블 관련 속성\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003etable,th,td{border-spacing:0;border-collapse:collapse}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e리스트 형식 엘리먼트 스타일 제거.\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003eol,ul,li{list-style:none}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003eh태그들의 속성을 초기화 시켯습니다, 제가 사용하는 방법이니 삭제하셔도 됩니다.\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003eh1,h2,h3,h4,h5,h6{font-size:1em;font-weight:normal}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e폰트 설정입니다, 기본적인 body에 선언하고 나머지는 arial 폰트를 기본적으로 가지고 있어서 재선언 해줫습니다.(pre,code 엘리먼트 의 폰트는 설정하지 않았습니다.)\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003ebody,input,textarea,keygen,select,button{font:normal 12px/1.2 'Open Sans','Noto Sans',sans-serif}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e브라우저마다 기본적인 모양들이 들어가 있는 요소들의 모양을 조금 빼줫습니다.\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003einput,textarea,select,button{margin:0;padding:0;border-radius:0;color:#333;outline:0;vertical-align:middle}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e링크 관련 기본 모양을 제거했습니다.\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003ea:link,a:visited,a:hover,a:active{text-decoration:none}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e링크 다음으로 많이 사용하는 유저 인터렉션 버튼의 모양을 제거 했습니다, 주로 컨트롤로 용으로 많이 사용합니다.\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003ea,button,input[type='submit'],input[type='button'],input[type='reset']{border:0;background:transparent;cursor:pointer}\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch4\u003e이미지 정렬 및 링크시 border 제거.\u003c/h4\u003e\n\u003cpre\u003e\u003ccode\u003eimg{border:0;vertical-align:top}\u003c/code\u003e\u003c/pre\u003e\n\n제가 사용하는 방법입니다.\u003cbr\u003e\n좀더 좋은 방법 및 피드백은 환영이지만 근거없는 피드백 및 방법론은 무시하겟습니다.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovefields%2Freset-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovefields%2Freset-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovefields%2Freset-css/lists"}