By Dr Derek Peacockvalerianweb.com/tutor/Assets/CSS/CSS3_ProgressiveEnhancement.pdf · HTML6...

Post on 19-Aug-2020

1 views 0 download

Transcript of By Dr Derek Peacockvalerianweb.com/tutor/Assets/CSS/CSS3_ProgressiveEnhancement.pdf · HTML6...

By Dr Derek Peacock

Borders – rounded corners Backgrounds – multiple images Colour – Opacity and gradients Text – Shadows & Web Fonts Box – Shadows Transformations & Transitions Media Queries – size and aspect ratios

http://html5test.com/

http://caniuse.com/

border-radius

border-radius: 0px 0px 20px 20px;border-radius: 20px;

http://www.colorzilla.com/gradient-editor/

header h1{

text-shadow: 2px 2px rgba(0, 0, 0, 0.5);}