Fixed - sasserror is not a number
Jun 24, 2023Steps to fix sasserror is not a number issue
[SOLVED] Sass Error Can't find stylesheet to import
Jun 24, 2023Resolving the 'SassError: Can't Find Stylesheet to Import' - step by step
How to fix - sasserror math div
Jun 23, 2023Understand the latest changes in Sass's division operation and learn how to resolve the 'SassError: math.div' error
[FIXED] SassError undefined operation
Jun 22, 2023Encountering SASS Error: undefined operation and not sure what it means? Typical causes such as performing invalid operations, mixing incompatible units, and the nuances of division in SASS
[FIXED] SassError expected selector
Jun 22, 2023Tips to fix the SassError expected selector error that can come up because of syntax errors in your SASS
[FIXED] SassError expected identifier
Jun 22, 2023Solve the frustrating 'SassError: Expected Identifier' error with our detailed guide
FIXED - SassError undefined variable
Jun 21, 2023Guide to getting rid of the SASS error: SassError undefined variable
FIXED - SassError undefined function
Jun 21, 2023Step by step guide to fixing sasserror undefined function
FIX for DIV Not Scrolling Vertically
Jun 20, 2023This step-by-step guide will walk you through enabling vertical scrolling for your div, ensuring that your content remains accessible even when it exceeds the available space
How to fix - npm ERR! code EINTEGRITY
Mar 19, 2023Step by step guide to get rid of the npm ERR! code EINTEGRITY issues
[Fixed] SASS undefined mixin error
Jan 15, 2023Getting the dreaded SASS error of undefined mixin? This post will go over a few tips to fix this!
5 Steps to fix CSS float left not working issues
Jan 12, 2023We fix float left issues once and for all!
Fixing Bootstrap Tooltip not loading issues
Jan 11, 2023Using Bootstrap and Tooltips not working. Read more for possible fixes
Fixing img src local file paths
Jan 9, 2023Getting issues with img src not loading local file paths? Check these tips to find how to fix them!
Fixing CSS margin auto not working issues
Jan 8, 2023CSS margin auto not centering your content? Check out these possible solutions to resolve your issue!
[Fixed] CSS :last-child not working issues
Jan 1, 2023Reasons why CSS :last-child is not working and how we can fix it!
Which Responsive Media Query Breakpoints should you use in 2023?
Dec 29, 2022This article I will go over the reponsive breakpoints I use for my CSS media queries.
[Fixed] CSS :first-child not working correctly
Dec 19, 2022Look into several ways to fix :first-child pseudo classes not working with CSS
Creating Jumping Dots CSS Animation with Examples
Dec 17, 2022We will go over creating a jumping dots animation with CSS. This effect is great for loading type animations!
How to Fix CSS not working with VS Code
Dec 16, 2022Fix issues with css not working in VS Code
[Fix] CSS SVG fill not working
Dec 15, 2022We can change the color of a SVG path or element with the fill property. However theres many ways to get it wrong. This post goes over the fixes.
[5 FIXES] for CSS float right not working issues
Dec 11, 2022Using floats in web layouts does not always work correctly. We go over a few scenarios and how to fix them!
How to fix CSS height 100 not working
Dec 9, 2022Fix issues with setting height 100%. This post goes over four steps to identify and fix setting height 100.
[Fix] CSS text overflow ellipsis not working
Dec 9, 2022This post will go over how to fix your text-overflow:ellipsis not working issues
How To Create Arrow CSS Animation
Dec 8, 2022Arrows can be used for paging, carousels, call to action buttons. This post will go over how to animate these arrows for your web design.
[Fixed] CSS transition not working and examples
Dec 6, 2022CSS transitions can be fiddly. This post goes over some steps you can take to fix them.
[How To] find difference between two arrays in JavaScript
Dec 4, 2022Finding the difference between two arrays in JavaScript can be a bit tricky if you are unfamiliar with the language. Especially if one or both of the arrays contain objects or nested arrays. In this blog post we will look at how to use the JavaScript built-in methods to find the difference between two arrays.
[Fixed] @media query in CSS not working issue
Dec 4, 2022CSS media queries are an incredibly useful tool for targeting specific devices, resolutions, and other factors. We will go over steps to fix media query issues
CSS Spin Animation on hover
Dec 3, 2022CSS spin animations to make your landing page pop. Examples include spin on hovering over buttons, loading icons, etc.
How to fix CSS issues with :before not working
Dec 2, 2022Fixes for :before pseudo elements not working with your CSS. We will go over a checklist on how to do this.
Fixing CSS position sticky not working issues
Nov 30, 2022Position:sticky CSS property is commonly used to create sticky headers or footers. We will go over a few problems and solutions when using this property.
How to make slide animation in CSS
Nov 28, 2022Slide animations can make your page pop - especially when done correctly and in a performant manner. This post will go over various techniques.
[Fix] Background image CSS not working fixes
Nov 25, 2022How to fix background images not appearing in CSS. A common issue is images not loading when we are messing around with relative paths. The post will go over various fixes for that!
CSS important Not Working - and Fixes
May 5, 2022The CSS !important rule can force a CSS snippet to work and act as a quick fix. This post will go through a few reasons why using the `!important` CSS keyword might not be working and their fixes.
[Fixed] CSS :after element is not working
Apr 20, 2022A few ways to fix why :after element is not working. 1. We need to check if we are using the right HTML tags, 2. using the content property correctly and 3. Check the browser combatibility.
[5 FIXES] for CSS z-index not working - Updated for 2023
Apr 19, 2022A common issue when design web layouts is making sure one element appears in front or behind another element. One way to stack elements is to use the z-index CSS property. We will go over some reasons for z-index is not working as expected and troubleshoot and review solutions that we can apply to.
CSS pulse animation on hover
Apr 14, 2022Create smooth looking pulse css animations for your website designs.
Creating gradient animation with CSS
Apr 12, 2022In this post, I will go through on how to create gradient animations for your web design using linear-gradient CSS function and keyframes
CSS case insensitive attribute selector
Apr 9, 2022Today I learnt that you can specifify case-insensitivity with CSS attribute selectors with the `i` flag.
How to fix CSS issues in IE11 (Internet Explorer 11)
Feb 23, 2022Checklist to fix CSS issues in IE11 (Internet Explorer 11) - using CSS Resets, polyfills, CSS media query hacks
How to Create CSS Animation Fade In with Examples
Feb 20, 2022Having a fade in animation on your website seems to be the trendy thing happening around modern web designs. This article I will go through simple ways you can create CSS fade in animations, fade in and out, fade in from bottom, and fade in from top
5 Flip Animation CSS examples
Feb 14, 2022We go through 5 examples of using flip animations with CSS. Flip animations is great for use on blogs where you want to have a preview card of the blog article. You can also use this for a photo gallery to show some interesting interactions for the user
How to create a Harvest Moon game with HTML - Part 1
Feb 7, 2022In this series of blog posts I plan to flesh out a harvest moon game from scratch - using just simple HTML, CSS and some JavaScript. Will not be using any frameworks :)
How to Center a Button with CSS
Jan 16, 2022The article will go over a few ways to center a button and common gotchas.
9 CSS Round Button Examples
Jan 5, 20229 Examples of CSS rounded buttons
CSS Animation Reverse not working?
Dec 22, 2021Go through a few reasons why CSS reverse animations is not working with the animation-direction CSS property
[Fixed] Animation Delay not working CSS
Dec 21, 2021Animation delay CSS not working? Have a look at the following possible causes and the fixes for them.
How to create a speech bubble with CSS
Dec 20, 2021How to create speech bubble with CSS and HTML. Speech bubbles can be used for testimonials or tooltips.
CSS rotate animation examples
Dec 18, 2021CSS rotate animation examples. Use the rotate() CSS function to create rotation animations with CSS. This ranges from loading icons to hamburger menus.
Basic CSS reset
Dec 4, 2021Modern CSS reset to reduce browser inconsitencies and light enough so that it can be added upon
HTML Banner Animation tutorial
Jan 11, 2021HTML Banner Animation tutorial
A HTML resume template
Jan 5, 2021A HTML resume template
Creating a wave effect with CSS and SVG
Feb 23, 2020Use CSS and SVG to create wave effect