To style all paragraphs with a red color, use the following code: p { color: ______; }, red;, #FF0000;, font-color: red;, pink;, The CSS property to change the background color of an element is: background-_______: #FFFFFF;, image;, color;, light;, text;, To center-align text within a div container, use the following CSS property: ________-align: center;, align;, content;, text;, font;, To create a fixed position navigation bar at the top of the page, use the following CSS property: position: ____________;, fixed;, top;, center;, sticky;, To specify a specific font family for an element, use the following CSS property: font-______: "Arial", sans-serif;, type;, family;, face;, text;, The CSS property to rotate an element by 45 degrees is: transform:_________(45deg);, skew;, scale;, rotate;, angle;, To hide an element from the page layout, use the following CSS property: ______-display: none;, hidden;, hide;, invisible;, display;, The CSS property to add a gradient background to an element is background-_______: linear-gradient(#000000, #FFFFFF);, image;, color;, gradient;, text;, The CSS property to add a drop shadow effect to an element is: ________-shadow: 2px 2px 4px #000000;, box-shadow;, shadow;, effect;, align;, The CSS property to add a transition effect to the color of an element on hover is: ________-transition: color 0.3 ease;, color;, hover;, transition;, sticky;, The CSS property to control the transparency of an element is: _______-opacity: 0.5;, transparency;, alpha;, bravo;, opacity;, To create a horizontal navigation menu, use the following CSS property: display: ______;, menu;, inline;, flex;, horizontal;, To create a responsive two-column layout, use the following CSS property: _______-temple-columns: 1fr 1fr;, flex;, column;, skew;, grid;, To create a circular shape for an element, use the following CSS property: border-_______:50%;, shape;, curve;, radius;, skew;, The CSS property to apply a blur effect to an element is: filter: ________(5px);, blur;, opacity;, shadow;, contrast;.

Leaderboard

Visual style

Options

Switch template

Continue editing: ?