타이포그래피

· 생각들
*2022년 9월 29일에 일부분을 수정했다. 해외 아티클을 읽다가 '가독성: 최적의 줄 길이'라는 글을 발견했다. 이 글은 독자에게 최적의 줄 길이는 어느 정도인지를 얘기한다.Readability: The Optimal Line Length Readability: The Optimal Line Length – Articles – Baymard InstituteThe length of text lines substantially impacts their readability — yet this is often overlooked in e-commerce. See our latest test findings on line length readability.baymard.com지나치게 긴 줄 길이에 직면한 ..
· 회고
04-26 CSS: Pseudo-classes 엘리먼트의 특별한 상태를 정의할 때 사용 /* unvisited link */ a:link { color: #FF0000; } /* visited link */ a:visited { color: #00FF00; } /* mouse over link */ a:hover { color: #FF00FF; } /* selected link */ a:active { color: #0000FF; } 참고: https://www.w3schools.com/css/css_pseudo_classes.asp HTML: 요소 준말 또는 머리글자를 나타냄 You can use CSS to style your HTML. 참고 : https://developer.mozilla.org/..
꾸이
'타이포그래피' 태그의 글 목록