Disclaimer

This blog is kind of my own personal work Notebook, and the processes below are only guaranteed to work for my specific configurations. So, use this info at your own risk, and please understand I won't be able to provide any help if you break something
Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Saturday, November 27, 2021

Josh W Comeau's Custom CSS Reset

A pedantic note (from the Author):

Historically, the main goal of a CSS reset has been to ensure consistency between browsers, and to undo all default styles, creating a blank slate. My CSS reset doesn't really do either of these things.

These days, browsers don't have massive discrepancies when it comes to layout or spacing. By and large, browsers implement the CSS specification faithfully, and things behave as you'd expect. So it isn't as necessary anymore.

I also don't believe it's necessary to strip away all of the browser defaults. I probably do want <em> tags to set font-style: italic, for example! I can always make different design decisions in the individual project styles, but I see no point in stripping away common-sense defaults.

My CSS reset may not fit the classical definition of a “CSS reset”, but I'm taking that creative liberty.

Monday, July 6, 2015

Kali Theme for Notepad++

I didn't quite like any of the Themes available for Notepad++, so I ended up creating my own.

I incorporated styles borrowed from dark-themed color schemes to be found in Visua lBasic and Eclipse, while at the same time trying to make it as accessible as possible, and by that I mean being able to read the code clearly on the screen, and being easy on the eyes.


Optimized primarily for CSS, HTML, JavaScript, PHP, SQL, and XML, although it should render well in many other languages.

It can be downloaded from:
https://github.com/rafael-minuesa/Kali-NotepadPlusPlus_Theme<!–– Add more NotePad++ after 88GM00minura8*88PPFBYM ––>

Tuesday, December 8, 2009

A Web Developer's Collection of Web Resources

Cheat Sheets, Code, Tutorials and just about any Web Development resource that can be snatched.