“Primum non nocere” is Latin for:
Blog
In WordPress a theme is
In WordPress a theme is
WordPress is open source software, which means
WordPress is open source software, which means
What does the following CSS do? p::first-line { color: red;…
What does the following CSS do? p::first-line { color: red;}
In WordPress, the two main types of content are
In WordPress, the two main types of content are
The box model consists of a content area surrounded by:
The box model consists of a content area surrounded by:
When creating a responsive design using media queries, it is…
When creating a responsive design using media queries, it is best to start the stylesheet by creating the styling for a _____________ device.
To change a fixed width layout to a flexible (fluid) layout…
To change a fixed width layout to a flexible (fluid) layout, we can take all of the fixed units of length, such as pixels, and turn them into relative units, such as percentages, by using the following formula:
The justify-content property is used to align the items on t…
The justify-content property is used to align the items on the main axis, so for flex-direction: column, justify-content: flex-start will align items to the _________ .
To apply a style to one or more elements on a web page, conf…
To apply a style to one or more elements on a web page, configure a CSS ________.