04.07.2019 Views

frontend-developer-1

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Use LESS/CSS to Customize the Magento Look and Feel<br />

.child-selector {<br />

background-color: #ff0000;<br />

}<br />

}<br />

This is compiled into:<br />

.element-selector { color: #000000; }<br />

.element-selector .child-selector { background-color:<br />

#ff0000; }<br />

Media queries also follow this idea.<br />

.element-selector {<br />

background-color: #ff0000;<br />

@media screen (min-width: 750px) {<br />

background-color: #0000dd;<br />

}<br />

}<br />

Copyright © 2018, SwiftOtter, Inc.<br />

109

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!