Tuesday, 13 September 2016

Week 8: CSS and HTML Pages

For a part of my contribution I have been determined to help the others with coding the css and some of the html pages - including the login and create an account pages.

By creating the colour scheme and finally choosing the typography I was able to make a main template of the css of all of the pages. Mostly covering positions of the buttons, colours and typography.




with the buttons I have finished the positioning and made them circles from inspiration of this sample code:
http://jsfiddle.net/josedvq/Jyjjx/45/
Where you make them circles by just increasing the border-radius pixels. 

ie:
.help_buttons button {
       border-radius: 135px;
}


Another thing that I have learnt again (forgotten as I have not coded in css for a while) is that for the labels of the button you have to code them as label and not an a or link tag. It may sound quite idiotic for me to say that but I am mostly happy that I am learning. I mean, that is the point of uni after all.  

No comments:

Post a Comment