Ha, that does look beautiful. Some people don’t understand visually good looking code — and that is beautiful.
I do agree with mix approaches. At one point I was doing the following with pro-stylers:
.new-class {
background: #F2F2F2;
color: #000000;
display: inline-block;
font-size: 1.6rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
z-index: 2;
}
It worked well because everybody knew what they were doing.