Skip to content

Instantly share code, notes, and snippets.

@artem-alek
Created January 26, 2017 14:11
Show Gist options
  • Save artem-alek/d4af988ca87f0110fc638cf6aa408975 to your computer and use it in GitHub Desktop.
Save artem-alek/d4af988ca87f0110fc638cf6aa408975 to your computer and use it in GitHub Desktop.
Section 1
1. <html></html>,</head></head>,<body></body>
2. <link href="style.css" ref="stylesheet">
Section 2
1. padding, margin, border, height, width
2. The display attribute changes how the box modeled is displayed. (ex. display:inline, display:block...ect)
3. postion: realtive is referring to the anchor point of a element and postion:absolute is fixing a element to that exact location, its absolute.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment