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

[20210615] gitignore 파일 자동 생성사이트, css - active(bootstrap) #149

Open
JuHyun419 opened this issue Jun 15, 2021 · 0 comments
Labels
Front IDE Integration Development Environment

Comments

@JuHyun419
Copy link
Owner

JuHyun419 commented Jun 15, 2021

각 프로젝트에 맞는 gitignore.io 파일 자동 생성해주는 사이트

https://www.toptal.com/developers/gitignore

image

image



css active(활성화) - Bootstrap, Thymeleaf

// item과 active 사이에 한 칸 띄어야함
<li class="page-item active" ...>

<li th:class="'page-item ' + ${result.page == page?'active':''}" th:each="page: ${result.pageList}">
  • 한 칸 안띄었을때

image

@JuHyun419 JuHyun419 added the IDE Integration Development Environment label Jun 15, 2021
@JuHyun419 JuHyun419 changed the title [20210615] gitignore 파일 자동 생성사이트 [20210615] gitignore 파일 자동 생성사이트, css - active(bootstrap) Jun 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Front IDE Integration Development Environment
Projects
None yet
Development

No branches or pull requests

1 participant