Common or Easy Code Changes

 Below is information on how to change elements of the code within the code blocks.

Sections are

  • Updating Text with Example 1 and Example 2

  • Updating Images with Example 1 and Example 2

Before we start:

 

Updating text

Many of the code blocks contain text. The text can be updated in two ways.

—> Change the actual text that is written/shown.

—> Change the text styling.

Changing where the code appears, and in what container, is not covered here.

Example COde: Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

 

Updating Images

Many of the code blocks contain images. These images will exist in one of two ways:

—> Background to a container

—> Item within a container between <img> image tags.

Before we start:

 

Example Code: Images