Posts by realmeidaprado • 131 points
2 posts
-
8
votes7
answers1131
viewsA: Too many screens or a screen with too much information?
Having a lot of information a priori doesn’t hurt or help. It depends on who is the focus of your application. If you use the Pareto Principle/80-20 Principle (which is the basis of the Long Tail…
-
5
votes1
answer3362
viewsQ: How to create an empty block?
How do I create an 800px high EMPTY+TRANSPARENT block per 1000px width? And because the code below doesn’t work for that? html <div class="block"></div> css .block { height: 800px;…