oDesk CSS Test Answers 2014
Hi oDesk Freelancer, Today I am sharing with you ODesk CSS Test Answers . Get update ODesk CSS Test Answers 2014 from this website. So, Friends enjoy this post. If you have another information about this test answer. Please post a comment and share your experience with us. 1. Can a percentage value be given in a ruby-align property? Answer: No __________________________________________________________________________ 2. Consider the following code snippet: <div id=”sectors”> <div id=”A” class=”A”></div> <div id=”B” class=”B”></div> <div id=”C” class=”C”></div> <div id=”D” class=”D”></div> <div id=”E” class=”E”></div> </div> With these style rules: <style> #sectors > div { float: left; position: relative; width: 80px; height: 80px; margin: 16px; background-color:red; color: white; text-align: center; } #sectors > div::after { content: attr(id) ‘-Block'; } #sectors ...