Improving your layout with columns is easy to do. Whether you want to set a layout with 3 columns, or a 3 column layout, it’s simply and gives very different results. I say 3 columns, but this could be 2, 4, 5 whatever you want (the more columns you have, the less impressive the page […]
Continue readingSo, you can display text and images on screen, you can insert numbered lists and bullet point lists, you can change elements of the page, but you’re probably not feeling as warm and fuzzy about your website as you feel. Let’s look at HTML5 CSS Layout now, “div” in particular and then hopefully you will […]
Continue readingCSS Selectors allow us to target and style specific elements of our webpage. In the last post, we applied borders and fonts to different headers in our page. The different level headers (h1, h2, h3) are different elements of the page. In the CSS file, we use CSS selectors to select and style those […]
Continue readingImprove the look of your website with borders. They are easy to create and useful for separating sections of your page and improving the look of the site. CSS borders should not be mistaken for tables. Tables contain rows, columns, cells and may or may not have borders. A CSS border on the otherhand, is […]
Continue readingTo improve the look and layout of webpages, CSS is often used alongside HTML. CSS (Cascading Style Sheets) can dramatically improve the look of your page with just a few small changes. If you’re following the HTML series of posts below you will have created 3 relatively bare looking pages. HTML Basics HTML Lists HTML […]
Continue reading