still working on polls frontend

This commit is contained in:
Rushil Umaretiya 2020-08-13 01:23:03 -04:00
parent 5b8f58f471
commit 6026283abd
3 changed files with 20 additions and 0 deletions

View File

@ -110,6 +110,17 @@
<label for="test" class="mx-auto">Lorem ipsum docet docet?</label>
<input class="w-75 mx-auto rounded" type="text" name="test" value="">
</div>
<div class="row">
<div class="col emote">
<img src="{% static 'css/res/happy.svg' %}" alt="">
</div>
<div class="col emote">
<img src="{% static 'css/res/meh.svg' %}" alt="">
</div>
<div class="col emote">
<img src="{% static 'css/res/sad.svg' %}" alt="">
</div>
</div>
</div>
</div>
</section>

View File

@ -109,4 +109,8 @@ body::-webkit-scrollbar {
label {
font-size: 1.25em; }
.emote img {
width: 25vw;
height: auto; }
/*# sourceMappingURL=styles.css.map */

View File

@ -166,3 +166,8 @@ body::-webkit-scrollbar {
label {
font-size: 1.25em;
}
.emote img {
width: 25vw;
height: auto;
}