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…

2 responses to “Note: One of many CSS tricks with calc:.side { wi…”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.