티스토리 뷰

HTML&CSS

CSS TIP

뚜비콩 2017. 11. 6. 16:13

WEB CONCEPTS

  • CSS Box Model: illustrates the space and boundary properties of an HTML element that can be controlled using CSS.

CSS SKILLS

  • border: sets the outline of an HTML page element, like a picture frame that contains the element.

  • padding: sets the amount of space between an element's content and its border.

  • margin: sets the amount of space between an HTML element and the next nearest element(s).

  • display: property that determines how the selected element will be arranged in relation to other HTML elements on the page.

  • inline: display value used to arrange HTML elements on the same line as neighboring elements.

  • flex: display value that allows us to easily align multiple page elements vertically or horizontally.

  • float: property used to float HTML elements left or right of neighboring elements.

  • position: property used to position HTML elements in exact locations on a webpage.


'HTML&CSS' 카테고리의 다른 글

jQuery / DOM (JavaScripts and the dom)  (0) 2017.09.04
Tables  (0) 2017.09.04
adding images  (0) 2017.09.04
html&css : Layout  (0) 2017.08.31
html&css : Box Model - Content Box  (0) 2017.08.30
댓글