Answer the question
In order to leave comments, you need to log in
How to format final html?
Hello! The question is. I use gulp and jade.
gulp task config
gulp.task("jade", function() {
return gulp.src(["app/jade/*.jade"])
.pipe(jade({
pretty: true
}))
.pipe(gulp.dest('app'))
.pipe(browserSync.reload({
stream: true
}))
})
div.center
a.order-call(href="#") Заказать звонок
div.center-description
span Понедельник - Пятница 09:00-19:00
i (Заказы в личном кабинете принимаются круглосуточно)
<div class="center"><a href="#" class="order-call">Заказать звонок</a>
<div class="center-description"><span>Понедельник - Пятница 09:00-19:00</span><i>(Заказы в личном кабинете принимаются круглосуточно)</i></div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question