For those of us who’ve been battling with css layouts from the early days of tables to the complexities of floats and grid-frameworks it seemed like this day would never come. For years there have been prophesies and naysayers. No one was sure if agreement could be reached in terms of defining browser specifications. Few …Continue reading
CSS
CSS Fancy Quotes
There are all sorts of HTML elements that concern quotes and quoting things. I’ll let you sort out the appropriate one here. When it come to styling them you have several choices as well. You can put quotes around the quoted string or you can style the blockquote element. The main difference is whether you …Continue reading
CSS Properties: object-fit and object-postion
CSS has many obscure properties that can can really make a difference with browsers that support them. Two of these are object-fit and object-position. The benefits of these two properties is that the allow us to determine the portion of an image that will be seen at various widths, so that by using media-queries different …Continue reading