CSS
Cascading Style Sheets control the visual presentation of web pages. Learn layout techniques, animations, and responsive design patterns.
7 articlesWebSite Performance Improvement - Lighthouse
2021/03/04·1 min readTips and techniques for improving website performance using Google Lighthouse recommendations, including text compression, reducing unused CSS and JavaScript, and browser caching.
How to Highlight Code Blocks Using Prism
2015/10/31·1 min readPrism is a lightweight JavaScript and CSS library for syntax highlighting your code on the web.
How to Load Multiple Google Fonts into One Single Request
2015/10/02·1 min readIf your page needs more than one Google font, instead of making multiple requests, you can combine them into one using the pipe character.
How to add Google Fonts to Your WebSite
2015/10/02·1 min readHow to get start using Google Font API
How to Use CSS3 Media Query
2014/10/04·1 min readA few tips about CSS3 media queries for responsive web design.
Customize Bootstrap Breakpoint for Show/Hide Nav Icon
2014/09/06·1 min readHow to customize the Bootstrap breakpoint for showing or hiding the nav icon, for example at 1024px instead of the default 760px.
CSS Add Content Between Links
2014/09/06·1 min readSample code for inserting content between links using CSS and applying styles for tablet and mobile with media queries.