Recently there are a lot of CSS 3 demo, so for easy access, the demo part is placed in the Jsfiddle, convenient for later browsing.
This is Jsfiddle's official website document, all is English, but the control looks still can: Official document
HTML area:
Its HTML area already contains Html/meta tags, so in its HTML area do not write the document type label, otherwise it will give a warning;
It is used in a way that directly writes your DOM node structure:
<Divclass= "Container"> <Divclass= "Row"> <Divclass= "Col-md-12"> <Divclass= "NavBar">Main Menu<ulclass= "Menu"> <Li><ahref="#"class= "fa Fa-facebook"></a></Li> <Li><ahref="#"class= "fa fa-google-plus"></a></Li> <Li><ahref="#"class= "fa fa-twitter"></a></Li> <Li><ahref="#"class= "fa Fa-linkedin"></a></Li> <Li><ahref="#"class= "fa fa-pinterest"></a></Li> <Li><ahref="#"class= "fa Fa-rss"></a></Li> <Li><ahref="#"class= "fa Fa-instagram"></a></Li> <Li><ahref="#"class= "fa Fa-skype"></a></Li> <Li><ahref="#"class= "fa Fa-github"></a></Li> </ul> </Div> </Div> </Div> </Div>
CSS Area:
- Local CSS Direct handwriting can
- Loading external CSS Note points, Jsfiddle is the Htpps site, so if you need to load external CSS, you need to go to HTTPS CDN to search for the external CSS you need and copy its link
Once you've written it, click Run to see the effect.
Jsfiddle Using Tutorials