Skip to content

html 세로줄 긋는법 알려주세요! #57

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

Closed
ghanuul opened this issue Jan 5, 2018 · 2 comments
Closed

html 세로줄 긋는법 알려주세요! #57

ghanuul opened this issue Jan 5, 2018 · 2 comments
Assignees

Comments

@ghanuul
Copy link

ghanuul commented Jan 5, 2018

코딩 html 세로줄을 긋는법을 모르겠어요. 알려주세요!!!!!!!!

@wlals31
Copy link
Collaborator

wlals31 commented Jan 5, 2018

세로줄을 만드는 방법에는 여러 가지가 있는데 두 가지를 소개해드리자면

  1. 빈 div 를 만들어서 border-left를 설정하는 방법 (border-left 가 곧 긋고자 하는 세로줄이 됩니다.)
    https://www.w3schools.com/howto/howto_css_vertical_line.asp

  2. div 자체를 하나의 선 처럼 보이게 하는 법
    (top과 bottom을 0으로, width를 선의 굵기로 설정)
    http://jsfiddle.net/rlemon/RJ5ax/1/

가 있습니다.

다른 방법이 궁금하시면 google에 "how to draw vertical line in html" 라고 검색하시면
좀 더 다양한 답변을 얻으실 수 있을거예요. :)

@ghanuul
Copy link
Author

ghanuul commented Jan 6, 2018

감사합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants