css q2 Flashcards
Allows you to specify the style and color of an elements border, in HTML we
use tables to create borders with nice effects by applying CSS.
Border Properties
10 Types of Border Properties:
- Border
- Border-bottom
- Border-bottom-color
- Border-bottom-style
- Border-bottom-width
- Border-color
- Border-left
- Border-left-color
- Border-left-style
- Border-left-width
element represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents.
.nav (Navigation Selection Element)
is used to specify a media type of css.
<**link rel=”stylesheet” href=”Nice.css”> **
(asterisks are not included)
a division or a section in an HTML document. The <div> element is often used as a container for other HTML elements to style them with CSS
< div> Division
Every website needs a navgation bar to help visitors navigate around the website.
.navbar (Navigation Bar)
it is an instruction to the web browser about what version of HTML the page is written in.
<!doctype> declaration
matches when the user interacts with an element with a pointing device, but does not necessarily activate it.
hover
property places an element on the left or right side of its container, allowing text and inline elements to wrap around it.
float
matches every element that is the nth child, regardless of type, of its parent.
Example: Rain Bow:
nth-child-selector
rule is used to define the behavior of one cycle of a CSS animation.
@keyframes animateat
- are similar to transitions in that they change the presentational value of CSS properties over time
Animation
level the transparency describes -level.
opacity
it include to create web elements for buttons, menus, pages, link, graphics.
Front End Elements
A navigation flowchart (or sitemap) organizes how you are going to guide visitors through your material.
Navigation Structure