html - Deciphering Websites Code -


as part of education, reading code following website, , trying figure out how fits together.

http://p.w3layouts.com/demos/resume_pages/web/

my question; upon inspection of '.logo h1 a' (the word 'resume' in top left corner) see floated left, 0 margin , no additional positioning. why then, element not sit 'flush' left-hand margin of page? instructing element position in way has?

the '.logo h1 a' sitting inside of div tag class of 'header_style1'.

'header_style1' sitting inside of div tag class 'wrap'. if @ css code '.wrap'. see set have width of 80% , centered page.

since '.logo h1 a' sitting inside of '.wrap' tag, being loaded left of tag.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -