Friday, 2 May 2014

Changing the CSS

I found a way

In order to change the css I found that it was being overruled by the "jquery.mobile-1.4.1.min.css".

Every time i would type in a basic CSS change for example 

h2 {
font-size: 14px;


}

It would get overruled by the Jquery CSS, so I found a was around it i opened up" f12 debugger tool" in IE his way I could select what I wanted to change by copying the script of css rules and placing it in my own, this then cancelled out the Jquery css. 


Example:


Recorded video of me changing the css 

https://www.youtube.com/watch?v=2v1Tc21aFos


Based on my Photoshop mock-up I knew I wanted a Gradient background using my previous knowlege I used http://www.colorzilla.com/gradient-editor/

No comments:

Post a Comment