We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
오늘은 어떻게 프로젝트에 기여했나요? Waiting Page를 제작하고 전체적인 css 작업을 했다. 그리고 팀 프로젝트에 맞는 로고와 사용할 배경화면을 찾아서 몇 개의 후보를 간추렸고 모든 페이지에 대한 간단한 라우팅 작업을 했다.
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; }
내일은 프로젝트에 기여하기 위해 무엇을 해야 하나요? In Game Page 제작 socket.io 활용방법 찾기
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: