lucas572
-
Trying to figure out baseline grid
You could put the 01. in a to change the font size, then stick some padding right on it to kick the Title away if you wanted to keep the space? Then there's no need for the extra div and you'd get them on the same line. Depends what you …
-
Trying to figure out baseline grid
Yea, line-height will only really take effect on the 2nd line. You could padding top the div maybe? Though that's probably not a very robust solution :/
-
Problems with YouTube embed on mobile site.
The only info I've been given as of yet is one Blackberry and one HTC (though, another HTC does load them, different model though I think). Just waiting for a reply about the actual model of each phone that isn't working.
-
Trying to figure out baseline grid
Grid Lover might be a good tool to have a look at if you want to learn about Baselines :)
-
Trying to figure out baseline grid
What exactly are you trying to do here? The h2 appears higher because it is smaller and has a different line height to the h1.
-
No adverts on CSS-Tricks?
Ah, ad blocker. Forgot I had one of those installed!
-
Does a Webdesigner needs a Mac?
Also, there are a lot of great web developer software that are only available for Mac. That's a big thing to remember too!
-
Does a Webdesigner needs a Mac?
I've had my mac for about 2 years now and I don't think I'll be buying a Windows machine in the future (unless something crazy happens...). You have to weigh up your options. One thing to think about is: Almost every designer has a …
-
JavaScript Tutorials
Thanks guys! Just taking a look at Codeacademy now and it seems like a nice way to learn. Yea I do want to kinda dive into the to-do list app, but really have no knowledge of the syntax so have no idea where to start. But it looks like I should pi…