Created
January 26, 2017 14:11
-
-
Save artem-alek/d4af988ca87f0110fc638cf6aa408975 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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