diff options
author | Apoorv Choubey <theapoorvs1@gmail.com> | 2019-10-12 19:50:10 +0530 |
---|---|---|
committer | Apoorv Choubey <theapoorvs1@gmail.com> | 2019-10-12 19:50:10 +0530 |
commit | abcfb458343c1cd0e1559dfb1d54c03f2a3c17ad (patch) | |
tree | efb8bc6d5a64e104aaf4e3d04489e50af5441692 /css.html.markdown | |
parent | f0eb830ebded612e53eef019776d6573fbc42ab0 (diff) |
add CSS resource
Diffstat (limited to 'css.html.markdown')
-rw-r--r-- | css.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css.html.markdown b/css.html.markdown index 64dc097c..5ecfe5e3 100644 --- a/css.html.markdown +++ b/css.html.markdown @@ -179,7 +179,7 @@ selector { border-style:solid; border-color:red; /* similar to how background-color is set */ border: 5px solid red; /* this is a short hand approach for the same */ - border-radius:20px; /* this is a CSS3 property */ + border-radius:20px; /* this is a CSS3 property */ /* Images as backgrounds of elements */ background-image: url(/img-path/img.jpg); /* quotes inside url() optional */ @@ -317,6 +317,7 @@ a new feature. * [Dabblet](http://dabblet.com/) (CSS playground) * [Mozilla Developer Network's CSS documentation](https://developer.mozilla.org/en-US/docs/Web/CSS) (Tutorials and reference) * [Codrops' CSS Reference](http://tympanus.net/codrops/css_reference/) (Reference) +* [DevTips' CSS Basics](https://www.youtube.com/playlist?list=PLqGj3iMvMa4IOmy04kDxh_hqODMqoeeCy) (Tutorials) ## Further Reading |