How to create a simple modal window form with Django and JqueryUI and communicate via Ajax Part 2

Hello! This is a follow-up to this article.

In the previous post, we covered how to create a modal window with AJAX using Django and jQueryUI. While the functionality was complete, the design was left untouched.

Therefore, in this article, I've created some CSS to make the modal's design resemble the design of this blog. Customizing jQueryUI's CSS can be a bit tricky due to its specific selector syntax. The CSS provided below can also serve as a reference for how to target jQueryUI elements.

The jQueryUI documentation provides guidance on changing CSS. To understand which classes are available in jQueryUI, it's helpful to look at this page first.

I have placed this repository in this branch of the same repository as the previous article. For your reference, happy coding!