Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 342 Bytes

06-style.md

File metadata and controls

23 lines (17 loc) · 342 Bytes

06. Style

  • polls/static/polls/style.css
li a {
    color: green;
}

body {
    background: white url("images/loopy.png") no-repeat;
}
  • polls/templates/polls/index.html
{% load static %}

<link rel="stylesheet" type="text/css" href="{% static 'polls/style.css' %}">

  • tailwind css를 이용한 커스텀