Haley J. Carnaghi
Welcome to my home page!
I am a third-year Graphic Design major with a minor in User Experience Design.
Summary 3
Topic 1- How Boxes Work.
Padding, margins, and border are all used to determine the look of your boxes. Padding refers to the space between the content in your box and the edge of the box. Margins refer to the space between a box and neighboring elements. Border refers to the thickness, style, and color of the box itself.
Topic 2- Be Aware of the Float and Clear Property.
The float property makes it so that you can arrange elements in a specific way. It disrupts the normal arrnagement of elements so that it can be manipulated in a certain way. The clear property helps organize float elements. The clear property makes it so that you can arrange floatedd elements in a particualr way.
Topic 3- There are Different Layers to Your Website.
Static positioning is the normal appearance of elements on a page. Each item is stacked on top of one another. Relative positioning allows for an element to be moved around in any particular way relative to its static position. Absolute positioning brings the element on a different plane than the rest and brings the element on top of the other elements.