tag: css

How to create a fullstack application using Django and Python Part 13
Maria D. Campbell
In this section, I create a reusable, base template called base.html, integrate it into index.html, integrate it into topics.html, test django_boards after making those changes, add a navigation menu to base.html, create an app.css file in the static/css directory, change the logo font with a Google font which I import into app.css, and tweak the logo styling with CSS.
#fullstack development, #css, #django, #macOS, #python3, #reusable templates, #series, #template extending, #template tags

Building A Storage Fun With Forms App
Maria D. Campbell
Learn how to create this note-taking and getting app powered by local storage, the js color picker, Google Fonts, and deploy it to gh-pages.
#archived, #color picker, #css, #scss, #historical, #html, #javascript, #local storage, #event handling, #try catch