Pug (Jade) Tutorial #5 - Using CSS (Stylesheets)
https://www.youtube.com/watch?v=sFAT_vTxT9o
https://pugjs.org/language/includes.html
Includes – Pug
Includes Includes allow you to insert the contents of one Pug file into another. //- index.pug doctype html html include includes/head.pug body h1 My Site p Welcome to my super lame site. include includes/foot.pug //- includes/head.pug head title My Site s
pugjs.org
https://flaviocopes.com/pug/#adding-scripts-and-styles
The Pug Guide
How to use the Pug templating engine
flaviocopes.com
https://developer.mozilla.org/ko/docs/Web/CSS
CSS: Cascading Style Sheets
Cascading Style Sheets(CSS)는 HTML이나 XML(SVG, XHTML 같은 XML 방언(dialect) 포함)로 작성된 문서의 표현을 기술하기 위해 쓰이는 스타일시트 언어입니다.
developer.mozilla.org
https://www.w3schools.com/css/
CSS Tutorial
CSS Tutorial CSS is a language that describes the style of an HTML document. CSS describes how HTML elements should be displayed. This tutorial will teach you CSS from basic to advanced. Start learning CSS now » Examples in Each Chapter This CSS tutorial
www.w3schools.com
https://www.opentutorials.org/course/2418
CSS 수업 - 생활코딩
CSS는 HTML을 아름답게 꾸며주는 디자이너의 언어입니다. 화가가 붓을 만드는 법을 알 필요는 없지만, 붓을 만드는 사람보다 붓 질은 훨씬 잘해야 할 것입니다. 붓 질하는 법을 모른다면 표현하
www.opentutorials.org