Skip to content

Conversation

@saseungmin
Copy link
Collaborator

  • 로그인 회원가입 페이지 CSS 변경, 향상
  • 버튼 hover action 추가

image

- Login and Register Improve CSS
@saseungmin saseungmin added the Improve 기능 개선 및 추가 사항 label Dec 4, 2020
Comment on lines +12 to +27
height: 400px;
width: 400px;
display: flex;
justify-items: center;
align-items: center;
flex-direction: column;
background: ${palette.gray[1]};
border-radius: 1rem;
box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 16px 0px;
padding: 3rem;
h2{
margin-top: 0;
color: black;
font-weight: bold;
font-size: 2rem;
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

홀맨님께서 말씀해주셨던 CSS 정리가 필요하다.. 하고나서 문득 생각이 났다

fontSize
fontWeight
position
top
left
...
display
margin
padding
width
height
border
...
background
color
...

boxmodel 이외의 background, color와 같이 꾸며주는 애들은 뒤로 보내자.
가장 중요한 건 박스모델과 다른 걸 분리하는 것.

- Add test by adding link
@saseungmin saseungmin merged commit 870ac1f into CodeSoom:main Dec 4, 2020
@saseungmin saseungmin mentioned this pull request Dec 4, 2020
20 tasks
@saseungmin saseungmin deleted the improve-login-css branch July 5, 2021 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Improve 기능 개선 및 추가 사항

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant