Posts by CAIO WANDERLEY • 47 points
5 posts
-
0
votes1
answer668
viewsQ: css file does not update on Django
The problem is that when starting the site, it loads the css file the first time. But if I edit this file Django does not recognize and continues the same way. I’ve tried a Reload on the local…
-
1
votes2
answers85
viewsQ: Link tag on Html5 in the wrong place on bootstrap
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"…
-
0
votes1
answer41
viewsQ: Elements are not well responsive and functional in bootstrap
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS"…
-
1
votes1
answer641
viewsQ: Position of the button in Bootstrap
I’m starting with the bootstrap and I made this code for the site q I’m doing in Django {% load static %} {% include 'links-css.html' %} <link rel="stylesheet" href="{% static 'scrapy/style.css'…
-
0
votes1
answer1673
viewsQ: Problem per image on a Tkinter button
I want to put image on buttons,I’ve done this way before,but agr n is working. Can you help me? **Detail: **In the same window of Tkinter is instantiated the screen of a Turtle. def images(self):…