Cosmo version 9 – CSS

After I started to make the new version of the site I designed to give up on the new design as I did not have a clear idea of what I wanted. As the current site already has a simple but nice design I designed to stick with that. I have remade the site based on that layout from scratch and it has taken be about 3 hours to do all of the CSS. I have no doubt that once I start to add content and test it in other browsers there will be more work to be done on the CSS but for now I am happy with the outcome.

As the code is made from scratch instead of being copy and pasted it allows me to make it much cleaner and remove any patchy parts where changes had been made in the past. I have also changed the way the the elements of the site are positioned on the page by not using position: absolute apart from on two parts where it is the only possible way to get the style wanted without it being fixed to a bad position on the page. A new logo has been made which is basically me writing “Cosmo” on a tablet. The entire site as it stands at the moment is 100% code with any graphics being SVG files. The XHTML needs to be validated but for now I will work on the back end of the site which I hope will be based on Ruby on Rails but if I am unable to do that I will fall back on PHP.

Leave a Reply