1/29
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
How link style sheet
<*link rel="stylesheet" href="style.css">
How link a link
Defines the document type
Defines a comment
Defines a section in a document, how make
Defines an image, how format
Defines a row in a table
Defines a header cell in a table
Defines a cell in a table
Defines a table
<*table>
Defines the root of an HTML document
Contains metadata/information for the document
Defines the document's body
How define classes in css
.*class-name{
How define id in css
#*id-name{
How define links doing things in css and what are the states
a:state{ active hover visited link
Z-index
property of stacking order, either auto, number(negs allowed), initial, inherit
Grid-gap + syntax
property in px syntax is row gap then column gap
just a section where your block of links are
Defines an ordered list and structured like tables
Defines an unordered list
Defines a list item
Flex syntax
flex: flex-grow flex-shrink flex-basis |auto|initial|inherit
Flex-basis
size not proportional to other items its a straight up px
Flex-flow syntax
flex-flow: flex-direction flex-wrap
Flex-direction values
row, row-reverse, column, column-reverse
Flex-wrap value
nowrap, wrap, wrap-reverse
Justify-content values
Flex-start flex-end center space-between space-around space-evenly
Align-items when use and values
One line of content, flex-start flex-end center baseline stretch
Align-content
More than one line of content, flex-start flex-end center space-between space-around stretch