What's new

Interested in some feedback

Hi All

If you have nothing to do apart from Vaping and aimlessly trawling youtube as i do sometimes

Please could you have a look at our website

http://www.dc-graphicdesigns.co.uk/index.htm

and let us know what you think, recently we have been adding all the new Vape designs and a few other bits

any feedback positive or negative would be most welcome

Thanks

Dave

Testamonials should be Testimonials

And may I suggest making the BG stretch rather than not have it repeat?
in your css file change

body
{
background: #f8f7e5 url(spatter.jpg) repeat-y center top;
font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
color: #666666;
text-align: center;
margin: 0 0 15px 0;
}

to

body
{
background: #f8f7e5 url(spatter.jpg);
-webkit-background-size: cover; /*for webKit*/
-moz-background-size: cover; /*Mozilla*/
-o-background-size: cover; /*opera*/
background-size: cover; /*generic*/
font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
color: #666666;
text-align: center;
margin: 0 0 15px 0;
}

:) if it pixelates too much, give me a shout, I'm sure I can help you out ;)
 
Thankyou so much @MrKraken :yourock: I was trying to do that but could never get it to work :imstupid

I did spot the testimonial mistake but as it works decided to get to that later :whiteflag:

But thanks so much for the feedback and fixing our BG :goodjob:
 
Thankyou so much @MrKraken :yourock: I was trying to do that but could never get it to work :imstupid

I did spot the testimonial mistake but as it works decided to get to that later :whiteflag:

But thanks so much for the feedback and fixing our BG :goodjob:

No worries! If you ever need a hand design wise all you have to do is ask :)
 
Thankyou very much @MrKraken

I think its a case of if people are happy with it then i am - so apart from the the testimonial bit and the change you had me do to the CSS, you didn't pick us up on anything else, so i'm happy :D
 
Back
Top Bottom