작정하고 장고 _ 5/10

seoyeon·2023년 5월 12일
0

UDR

목록 보기
28/42

23강_Bootstrap을 이용한 Form 디자인 정리

{% load django_bootstrap5 %}
{% bootstrap_form form %}

<input type="submit" class="btn btn-dark rounded-pill col-6 mt-3">
  • col-6 : 너비 12(100%) 기준으로 크기 조정
  • mt-3 : margin과 top을 기존의 3배

head.html에 내용 추가

<style>
@font-face {
	font-family: 'NanumSquareRoundOTFB';
	src: local('NanumSquareRoundOTFB'),
	url("{% static 'fonts/NanumSquareRoundOTFB.otf' %}") format("opentype");
}

profile
안녕하세용

0개의 댓글

관련 채용 정보