Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Tagged Posts ‘responsiveness’
The following technique is very useful if you have to make existing websites responsive and e.g. want to have two sidebars after the main content without changing the original HTML. You can define the order of the HTML element which have a common parent element by doing the following: .parent { display:-webkit-box; display:-moz-box; display:box; -webkit-box-orient:vertical; […]
From category CSS, Web Development || No comments yet »