Java Games: Flashcards, matching, concentration, and word search.

CSD Unit 2, Chapter 2

AB
CSSCascading Style Sheet, a language used to describe how HTML elements should be styled
rule for additional styletext-decoration: underline;
rule for the color of your textcolor: maroon;
rule for the alignment of your texttext-align: center;
rule for which font to usefont-family: fantasy;
rule for the size of your textfont-size: 20px;
rule that sets the background color of the elementbackground-color: red;
rule that sets the color of the borderborder-color: red;
rule that changes the border width of an elementborder-width: 10px;
rule that changes the style of borderborder-style: solid;
rule that moves an element to one side of the pagefloat: left;
rule that generates space around an elementmargin: 20px;
rule that sets the width of an elementwidth: 10px;
rule that sets the height of an elementheight: 10px;
RuleDescribes how the elements identified by the selector should change. The change that is being made, such as color: red;
CSS Rule-SetExplains how to display the elements that consists of a property and a value for that property.
CSS SelectorSpecifies the part of the code which the style should be applied to.
CSS ClassMakes it possible to define equal styles for elements by giving them all the same class name
External Style SheetSeparate files that are linked to the HTML page that adds style to a web page
border-radiusDetermines if lines around the image or text will be an oval or square
RGBrgb(225,220,50);


https://www.columbia4.org/en-US
Columbia Middle School

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities