giraldiego / coworking-space-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a Coworking Space Site

Margin: auto on flexbox children

margin-top: auto;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;

margin: auto;

Position: relative & absolute

https://css-tricks.com/almanac/properties/p/position/

.map-container {
    position: relative;
	/* ... */
}

.sun-icon {
    position: absolute;
    top: 10px;
    left: 120px;
}

Flexbox Item : align-self

align-self: center;

position: fixed

position: fixed;
bottom: 6px;
right: 6px;

About Scrimba

At Scrimba our goal is to create the best possible coding school at the cost of a gym membership! ๐Ÿ’œ If we succeed with this, it will give anyone who wants to become a software developer a realistic shot at succeeding, regardless of where they live and the size of their wallets ๐ŸŽ‰ The Frontend Developer Career Path aims to teach you everything you need to become a Junior Developer, or you could take a deep-dive with one of our advanced courses ๐Ÿš€

Happy Coding!

About


Languages

Language:HTML 60.9%Language:CSS 39.1%