Setting Up Brackets
This three-part video will show you how to set up Brackets, a free open-source code editor by Adobe.
This three-part video will show you how to set up Brackets, a free open-source code editor by Adobe.
To follow along with the demo in playlist video series below, you will want to download a starter image file:
Click to open image in new tab; then right-click it to save to your computer.
This playlist is not complete yet but will be updated soon. It currently takes you through the first 8 steps of the demo project.
This page is a compilation of commonly used CSS properties and is intended to make it easier for students to search for the type of property they might need to use based on the general categories above. To learn more about each property on this page and its syntax and acceptable values, click the property name. It will take you to the exact w3schools.com page for detailed information on each property.
Property |
Description |
Sets all the font properties in one declaration |
|
Specifies the font family for text |
|
Specifies the font size of text |
|
Specifies the font style for text |
|
Specifies whether or not a text should be displayed in a small-caps font |
|
Specifies the weight of a font |
Property |
Description |
Sets the color of text |
|
Specifies the text direction/writing direction |
|
Increases or decreases the space between characters in a text |
|
Sets the line height |
|
Specifies the horizontal alignment of text |
|
Specifies the decoration added to text |
|
Specifies the indentation of the first line in a text-block |
|
Specifies the shadow effect added to text |
|
Controls the capitalization of text |
|
Used together with the direction property to set or return whether the text should be overridden to support multiple languages in the same document |
|
Sets the vertical alignment of an element |
|
Specifies how white-space inside an element is handled |
|
Increases or decreases the space between words in a text |
Property |
Description |
Specifies how to align the last line of a text |
|
A shorthand for setting text-emphasis-style and text-emphasis-color in one declaration |
|
Specifies how justified text should be aligned and spaced |
|
Specifies how overflowed content that is not displayed should be signaled to the user |
|
Specifies line breaking rules for non-CJK scripts |
|
Allows long words to be able to be broken and wrap onto the next line |
Property |
Description |
Sets all the properties for a list in one declaration |
|
Specifies an image as the list-item marker |
|
Specifies if the list-item markers should appear inside or outside the content flow |
|
Specifies the type of list-item marker |
Property |
Description |
Sets all the background properties in one declaration |
|
Sets whether a background image is fixed or scrolls with the rest of the page |
|
Sets the background color of an element |
|
Sets the background image for an element |
|
Sets the starting position of a background image |
|
Sets how a background image will be repeated |
Property |
Description |
A shorthand property for setting all the background properties in one declaration |
|
Specifies the painting area of the background |
|
Specifies one or more background images for an element |
|
Specifies where the background image(s) is/are positioned |
|
Specifies the size of the background image(s) |
Property |
Description |
Sets all the border properties in one declaration |
|
Sets all the bottom border properties in one declaration |
|
Sets the color of the bottom border |
|
Sets the style of the bottom border |
|
Sets the width of the bottom border |
|
Sets the color of the four borders |
|
Sets all the left border properties in one declaration |
|
Sets the color of the left border |
|
Sets the style of the left border |
|
Sets the width of the left border |
|
Sets all the right border properties in one declaration |
|
Sets the color of the right border |
|
Sets the style of the right border |
|
Sets the width of the right border |
|
Sets the style of the four borders |
|
Sets all the top border properties in one declaration |
|
Sets the color of the top border |
|
Sets the style of the top border |
|
Sets the width of the top border |
|
Sets the width of the four borders |
Property |
Description |
A shorthand property for setting all the four border-*-*-radius properties |
|
Defines the shape of the border of the top-left corner |
|
Defines the shape of the border of the top-right corner |
|
Defines the shape of the border of the bottom-right corner |
|
Defines the shape of the border of the bottom-left corner |
Property |
Description |
Adds one or more shadows to an element |
|
Adds one or more shadows to a text |
Property |
Description |
A shorthand property for setting the margin properties in one declaration |
|
Sets the bottom margin of an element |
|
Sets the left margin of an element |
|
Sets the right margin of an element |
|
Sets the top margin of an element |
Property |
Description |
A shorthand property for setting all the padding properties in one declaration |
|
Sets the bottom padding of an element |
|
Sets the left padding of an element |
|
Sets the right padding of an element |
|
Sets the top padding of an element |
Property |
Description |
Sets the height of an element |
|
Sets the maximum height of an element |
|
Sets the maximum width of an element |
|
Sets the minimum height of an element |
|
Sets the minimum width of an element |
|
Sets the width of an element |
Property |
Description |
Specifies how an element should be displayed |
|
Specifies whether or not an element should be visible |
Property |
Description |
Specifies on which sides of an element where floating elements are not allowed to float |
|
Specifies whether or not an element should float |
|
Specifies what happens if content overflows an element’s box |
|
Specifies what to do with the left/right edges of the content if it overflows the element’s content area |
|
Specifies what to do with the top/bottom edges of the content if it overflows the element’s content area |
Property |
Description |
Sets the bottom margin edge for a positioned box |
|
Clips an absolutely positioned element |
|
Specifies the type of cursor to be displayed |
|
Sets the left margin edge for a positioned box |
|
Specifies what happens if content overflows an element’s box |
|
Specifies what to do with the left/right edges of the content if it overflows the element’s content area |
|
Specifies what to do with the top/bottom edges of the content if it overflows the element’s content area |
|
Specifies the type of positioning for an element |
|
Sets the right margin edge for a positioned box |
|
Sets the top margin edge for a positioned box |
|
Sets the stack order of an element |
This demo series will show you how you can make your navigation mobile friendly and accessible using jQuery whether javascript is enabled on the client-side or not.
This series is approximately 45 minutes long. You should expect it to take at least twice that time to do complete the work.
1 – Menu setup (18min)
2 – jQuery setup and custom script (17min)
3 – Styling the menu for proper behavior (13min)
This demo will give you guidance in styling a web page with HTML5 markup from a mobile-first design approach. It covers the following concepts, principles, and methods:
To follow along with these videos using the exact same markup, download the template ‘project1’ folder in a zipped file. After downloading, unzip and place the unzipped folder into your “htdocs/” folder to work on the files.
Approximately 2.5 hours of demo. Expect the work you do to create your own base design template to take a minimum of 8 hours.
00 – Getting Started (19:37)
01 – Start Styling (27:49)
02 – Styling the Banner (24:46)
03 – Styling the Banner’s NAV (22:25)
04 – Styling the Baseline Content (20:53)
05 – Styling the Baseline Content (Continued 14:26)
06 – Styling the Footer / Using Additional Breakpoints (22:51)
Check this video out.
Please watch all videos below to complete the tutorial.
This demo contains a 9-video demo series that will teach you how to make a single web page with a jQuery page-scrolling easing effect. The software demonstration is done in Dreamweaver, but you could also follow along with any decent script editing program.
Level :: Beginner
This page contains a demonstration series outlining a method for designing a basic responsive grid layout with HTML and CSS. To first learn more about responsive design, you can watch the “Responsive Web Design: an Introduction” slideshow presentation. Continue reading CSS – Making a Responsive Layout with Media Queries
You can also open this presentation in a new, larger window.
This is a video series playlist that walks you through how to style a webpage using CSS3 with HTML5. There are a total of 12 videos equalling almost three hours of instruction. Continue reading CSS – Basic Styling with CSS
This set of tutorials will help beginners develop a basic workflow for building efficient, template-based sites using a code editor. Proprietary Dreamweaver template files are not covered here. Continue reading Creating a Simple Template-Based HTML + CSS Site
To view this lecture, please download the CSS In-Depth PDF (2.4MB).
To view this lecture, please download the HTML and CSS Principles PDF (2.9MB).
The following 4-part series explains how to style lists for navigation. It covers the following topis:
This demonstration uses a mock-up site that allow you to see via video demos below how images are commonly displayed using CSS and HTML. It also shows you how you can examine other websites to see how things have been constructed.