Have you defined your static files entry in settings.py?
On Sat, Oct 20, 2018 at 9:05 PM Obodoma Uzondu Vincent <uobodomavin@gmail.com> wrote:
--THIS IS THE HTML FILE<head><title>login</title><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">{% load static %}<link rel="stylesheet" href= "{% static 'accounts\style.css' %}" type="text/css"></head><body><div class="container"><h1>welcome</h1>Welcome to my page!<button type="button" class="btn btn-default">Success</button></div></body>THIS IS THE CSS FILEh1 {color: red;}
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACsKspkppG6UHwhfXko0z5DO%2BXkk9LvxLwO6dmEjkARRbm7PjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
Thank you
Siddharth Tamang
AWS Certified Solutions Architect - Associate
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADBOudswAoq9ncZzBkAbGXUgZ6btX36740tF3L46yQJcK2Lq8A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment