We all know that CSS is a cascading style sheet (full name: Cascading style Sheets), a computer language used to represent file styles such as HTML (an application of the standard Universal Markup Language) or XML (a subset of the standard Universal Markup Language). CSS can not only statically modify the Web page, but also with a variety of scripting language dynamically to the elements of the page format.
So today we will teach you a small trick to use CSS code to create a rounded table, of course, you can also create rounded div.
Effects such as:
The
CSS allows precise pixel-level control of the placement of elements in a Web page, supports almost all font-size styles, and has the ability to edit Web page objects and model styles. Whether it is learning the front-end or back-end we all need to master the basic CSS knowledge, the above about CSS to create a round table of the small tutorial hope to help everyone.