on
플라스크 기반 layout 페이지 기본구조
플라스크 기반 layout 페이지 기본구조
728x90
생태정보 서비스 | {% block title%} {% endblock %} {% block scripts %} {% endblock %} * { font-family: 'Noto Sans KR', sans-serif; } .red { background-color: gold; } .h-56{ height: 56px; } .font-2 { font-size: 2rem; } .myimage { background-image: url("../static/img/bg-masthead.jpg"); background-position: center; background-size: cover; } /* Carousel base class */ .carousel { margin-bottom: 4rem; } /* Since positioning the image, we need to help out the caption */ .carousel-caption { bottom: 3rem; z-index: 10; } /* Declare heights because of positioning of img element */ .carousel-item { height: 32rem; } .carousel-item > img { position: absolute; top: 0; left: 0; min-width: 100%; height: 32rem; } .bg-title { background-color: gold; height:300px; text-align:center; line-height:300px; font-size:5rem; color:#222; } {% include 'includes/_navbar.html' %} {% block body %} {% endblock %}
728x90
반응형
from http://ecogis.tistory.com/163 by ccl(A) rewrite - 2021-08-25 11:26:00