One of many CSS tricks with calc:


.side {
    width: 33%;
    width: calc( 249px + 1px );
}
.main {
    width: 67%; 
    width: calc( 100% - 250px );
 }

Previous Note

Note: Great to see #WCEU will promote more than just…

Next Note

Note: Google’s refusal to recognise the United Nati…