Author: Christina Truong

Refactoring HTML and CSS

Refactoring HTML and CSS

Refactoring is the process of rewriting and restructuring the code to improve the design of the code base. Here's how to improve your web projects by refactoring your code.
CSS basics padding

Intro to HTML and CSS

In this intro to HTML and CSS, we provide a basic overview of the web development landscape and common terminology used in HTML and CSS.
Screenshot from the Codepen containing the full HTML and CSS example

How to Add a CSS Gradient Overlay to a Background Image

This article was originally posted at https://medium.com/@christinatruong/how-to-add-a-css-gradient-overlay-to-a-background-image-170216435f65 and was kindly shared by Christina Truong. Check out more of her work at https://christinatruong.com. Using images on a web page helps to…
CSS text-shadow

The text-shadow CSS Property

When adding CSS styles to text on an HTML page, it’s usually best to keep it subtle, to make sure that the content on your page is easy to read. But sometimes you may want to make a small block of text stand out a little more than the rest.