Also in your href try using a forward slash not a back slash to make
references

On Sat, 20 Oct 2018 at 5:45 PM, Siddharth Tamang <
tamangsiddhart...@gmail.com> wrote:

> Have you defined your static files entry in settings.py?
>
> On Sat, Oct 20, 2018 at 9:05 PM Obodoma Uzondu Vincent <
> uobodoma...@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 FILE
>> h1 {
>> 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+unsubscr...@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
>> <https://groups.google.com/d/msgid/django-users/CACsKspkppG6UHwhfXko0z5DO%2BXkk9LvxLwO6dmEjkARRbm7PjA%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>> 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+unsubscr...@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
> <https://groups.google.com/d/msgid/django-users/CADBOudswAoq9ncZzBkAbGXUgZ6btX36740tF3L46yQJcK2Lq8A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@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/CAL-5MpX1c0St%2B6hD%3DabBLVmE6yVc%3DSrBhX4Q4S%2Bd1eqtPJ40vg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to