Skip to content

Commit

Permalink
[김유정] Sprint6 (#491)
Browse files Browse the repository at this point in the history
* reset

* fix: 머지 후 브랜치 삭제 github action 수정

* env: workflows 폴더로 이동

* test.txt 추가

* Add sprint mission1 in part1

* color값 css 변수로 변경

* color값 class명 변경

* 폴더 삭제 후 html 파일 생성

* css변경

* 코드리뷰 개선사항 반영

* 스프린트2 미션 업로드

* css파일 들여쓰기 수정

* 스크린샷 이미지 업로드

* input태그 name 속성 변경

* sprint6 upload

* 스타일 컴포넌트 수정

---------

Co-authored-by: hanseulhee <[email protected]>
Co-authored-by: withyj-codeit <[email protected]>
Co-authored-by: jyh0521 <[email protected]>
  • Loading branch information
4 people authored May 2, 2024
1 parent 66f3ba6 commit 80e16dd
Show file tree
Hide file tree
Showing 59 changed files with 1,971 additions and 179 deletions.
70 changes: 70 additions & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
/* http://meyerweb.com/eric/tools/css/reset/ var(--color-white)
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
font-family: 'Pretendard';
font-size: 15px;
font-weight: 400;
line-height: 1.6em;
color: #1F2937;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

img {
max-width: 100%;
vertical-align: top;
}
button {
cursor: pointer;
}
button, input {
box-sizing: border-box;
outline: 0;
border: 0;
font-family: 'Pretendard';
}
a {
text-decoration: none;
}
Loading

0 comments on commit 80e16dd

Please sign in to comment.