Section 1

Preview this deck

float

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (20)

Section 1

(20 cards)

float

Front

moves an element to one side of the page

Back

.class { }

Front

An identifier that allows multiple elements in an HTML document to be styled in the same way. (written on .css)

Back

color

Front

specifies the color for an element

Back

border-color

Front

is used to set the color of the four borders

Back

border-width

Front

specifies the width of the four borders

Back

rgb (#, #, #)

Front

specifies the color of text

Back

font-family

Front

specifies the font for an element ("san", "san serif", "cursive", "monospace", or "fantasy")

Back

class=" "

Front

attribute specifying classname (written on .html)

Back

background-color

Front

specifies the background color of an element

Back

Selector

Front

the part of a CSS rule-set that defines which HTML elements the style should be applied to

Back

width

Front

Sets the width of an element

Back

border-radius

Front

property is used to add rounded borders to an element

Back

rule set

Front

consist of two main parts: the selector and the rules selector {property: value;} (example= p {color;red;}

Back

CSS

Front

Cascading Style Sheets; a language used to describe how HTML elements should be styled

Back

text-align

Front

specifies the horizontal alignment of text in an element (left, right, center)

Back

border-style

Front

property specifies what kind of border to display

Back

height

Front

Sets the height of an element

Back

font-size

Front

sets the size of a font (example - 20px)

Back

text-decoration

Front

specifies the decoration added to text, (underline, overline, line through)

Back

margin

Front

Generates space around an element

Back