Session 3: Tutorial in video HTML5 + CSS2 and CSS3 (in spanish)
Hi my friends! Here is the third session of HTML5, CSS2 and CSS3. Enjoy and learn!
Hi my friends! Here is the third session of HTML5, CSS2 and CSS3. Enjoy and learn!
Hi my friend! Here is the second session of HTML5, CSS2 and CSS3. Enjoy and learn!
Hi my friends! Today I would like to share with you a course related with HTML5 and CSS (version 2 and 3) from scratch. All this classes are in spanish, so, I expect this resources help you to learn or improve your knowledge about web development. The official website of this course is: http://softlite.mx/html5/, you can…
The next list of media queries are necessary to detect several devices (even in portrait and landscape orientation), thanks to CSS Tricks: /* Smartphones (portrait and landscape) ———– */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { /* Styles */ } /* Smartphones (landscape) ———– */ @media only screen and (min-width :…