Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev Log] 김재헌 / 2021-04-29 #29

Open
JaeHeon-Kim opened this issue Apr 29, 2021 · 0 comments
Open

[Dev Log] 김재헌 / 2021-04-29 #29

JaeHeon-Kim opened this issue Apr 29, 2021 · 0 comments
Labels

Comments

@JaeHeon-Kim
Copy link
Collaborator

JaeHeon-Kim commented Apr 29, 2021

오늘은 어떻게 프로젝트에 기여했나요?

Waiting Page를 제작하고 전체적인 css 작업을 했다. 그리고 팀 프로젝트에 맞는 로고와 사용할 배경화면을 찾아서 몇 개의 후보를 간추렸고 모든 페이지에 대한 간단한 라우팅 작업을 했다.

오늘의 프로젝트에서 힘든 점은 무엇인가요?

  • css로 버튼 제작
button::after {
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}

button {
 background: none;
 border: 3px solid #fff;
 border-radius: 5px;
 font-weight: bold;
 text-transform: uppercase;
 position: relative;
}

button::before,
button::after {
 background: #fff;
 content: '';
 position: absolute;
 z-index: -1;
}

button:hover {
 color: #efab00;
}

내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요?

  1. In Game Page 제작
  2. socket.io 활용방법 찾기
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant