Lab 4

The CSS Border Property

a border is a line that surrounds and element, adding sepertion between the element and other elements on a page. The border property allows you to specify the width, style, and color of the border through using properties such as border-color, border-width, and border-style. You can also specify where the border will lie using border-bottom, border-top, etc.

The CSS Padding Property

Padding is a space between the content of an HTML element and its border. The padding property allows you to specify the amount of space to add around the content.

The CSS font-family Property

The font-family property specifies the font to be used for a text in the HTML element. In many cases, two fonts will be named in case one of the fonts is not downloaded on the computer, the computer will then fall back on to a certian generic font such as serif, sans-serif, and monospace

The CSS font-size property

The font-size property specifys the size of the text in an HTML element. It can be specified in various units such as pixels, ems, or percentages.

Lab 5

Using the classes on each div i was able to adjust the grid classes to accomplish the task, To center and image you need to add the img-fluid class. This class will keep your document centered no matter the screen size.
To add a background image, or and icon you insert a background-repeat. And add more elements to the footer.

Lab 6

A snippet is a reusable code. It is a small portion of source code in html. They are used to build different elements. To make a snippet you need to select the element on the page then click open the element conext menu asn click "Add as html snippet. This also taught me how to use sccs instead of css this is better because it allows you to add more rules to it such as the command /.

Lab 7

A accordian is a type of header that is stacked on top of eachother. These headers will either reval or hide the conetent that is put in the html. A tab is created through the css. sually using elements such as: overflow,background-color, padding, borders, display.

Lab 8

A carousel is something that is like a compenent cycling through elements, like a slide show.