Coding for Universal Type

Posted by | February 01, 2016 | Charles Wetzel | No Comments

I am many hours into formatting the first of the three blog entries into HTML/CSS. Having previous examples and class exercises to reverence is proving to be very helpful. I struggled for a while with how to correctly kern some letters from description paragraph, but I ended up using the following some success:

HTML5

<span id=”kern1″>LINE OF TEXT</span>

CSS

#kern1 { letter-spacing: -0.25px; }

Now I am really struggling with how to accurately position my background PNG and keep it from repeating itself in the browser window. I feel that I need to review some Code Academy exercises and consult some reputable online sources for coding this page.

I was also able to get my laptop updated with all the Creative Cloud files so I can do more work from home and keep all my files in one place, on one machine. Wednesday should be interesting because I get to present on my 3 T’s for the class.

Here’s to a possible snow day tomorrow!

Leave a Reply

Your email address will not be published.