Specialists Car Audio Redesign
The Issue
After years of operation, the website had fallen behind the sophistication of the brand and didn't convey the appeal of getting your car worked on by The Specialists. The website was set up as...
Code Snippets
Here are a bunch of code snippets to help with your next design. Feel free to use anything you like!
***
In style.css
***
#wrapper {
display: block;
max-width: 1040px; /* max-width makes frame responsive */
margin: 0 auto;
background: #fff;
}
***
At the...