{% extends 'layouts/base_sections.html' %} {% load static %} {% block title %} Soft UI Design System by Creative Tim {% endblock title %} {% block body %} class="inputs-sections" {% endblock body %} {% block header %} {% include 'includes/navigation_light.html' %} {% endblock header %} {% block content %}
Input simple
<section class="py-7">
<div class="container">
<div class="row justify-space-between py-2">
<div class="col-lg-4 mx-auto">
<input type="text" placeholder="Regular" class="form-control" >
</div>
</div>
</div>
</section>