Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Saturday, July 31, 2021

great repository for Tailwind css and Django

I am a big fan of Tailwind CSS. It is a great companion of Styled Component.

you should be able to find lots of useful resource for Tailwind CSS in this GitHub

https://github.com/aniftyco/awesome-tailwindcss


Tailblocks Ready to use Tailwind CSS Block

It is a great place to find the suitable CSS block to copy and paste in your project

https://tailblocks.cc/


a site with all Django package

https://djangopackages.org/


Save All Resources

https://chrome.google.com/webstore/detail/save-all-resources/abpdnfjocnmdomablahdcfnoggeeiedb/related?hl=en


Virtual Environment for django and python development

https://virtualenvwrapper.readthedocs.io/en/latest/


Tuesday, March 21, 2017

How to use the css file in the Nintex Form to customize the layout

it is quick convenient if we can have a css file to control the layout of the Nintex form, This approach will allow us to modify the change in the css file to fix all layout isse in the nintex. we did not have to open all the forms one by one and modify the css in the Custom CSS Section in the Form Setting Window




Actually we can use the Custom CSS Includes Section to add a link reference pointing to the path of the css file



we only have to refresh the page to get the change in affect. in my case, i put my css stylesheet under the style library in the same sharepoint site

Site URL/Style%20Library/CSS/AdminAccessControlForm.css










Friday, July 27, 2012

How to fix CSS Style unable to load in asp.net web application hosting in Local IIS

I got my desktop completely format and re-install today. then i need to install all the
development tools and re-configure all the settings.

One of odd thing is the layout of the page looks disarray and very weird.

I checked that the reference path to the style sheet is correct, and it was working fine before.

I need to come back to the Windows Feature Configuration Window and make some turn on and off try, finally i got the solution that I must include the Static Content feature under Common HTTP 
Features Section.








After I finish the change to enable this specific feature, the page layout looks the same as before