Live data from Hacker News

Offer HN: Front-End Web Development.

news.ycombinator.com

41–45 of 45 posts

Re: Offer HN: Front-End Web Development.

#41

how do you get fonts to look like that. I'm starting to see them all over the place. Fonts that look like they are indented into the page.

the primary way that people are doing this is using the css3 text-shadow property. for example:

    h1 {
        text-shadow: 0 1px 0 #ccc;
    }
the syntax here is:

    text-shadow: x-offset y-offset blur-radius shadow-color;

Re: Offer HN: Front-End Web Development.

#42
We need some designs doing for a project that we're doing in November for the November Startup Sprint: http://news.ycombinator.com/item?id=1773398

If anyone is interested, let me know. Also, we need some good progammers - both PHP and Python. My email address can be found in my profile :)

Re: Offer HN: Front-End Web Development.

#44
First, thanks for the offer.

If you still have the bandwidth, can you please take a look at the home page of http://caniafforditnow.com and offer an alternate design suggestion. We got negative feedback about the colors and color combination, so simply your advise on some alternate designs would be very helpful.

my email hrajagopal(at)yahoooooooo.com

Post reply on HN