11 practical CSS learning tools and 11 practical css

Source: Internet
Author: User
Tags chrome developer

11 practical CSS learning tools and 11 practical css
1. slide of the Box Model

Interactive slides generated by 3D conversion. Press the left or right arrow keys to switch between the two.

2. CSS Diner

A simple game lets you learn CSS selector and input the correct selector to complete each level. You can also select a parameter from the menu.

3. CSS Selectors Interaction

This is a simple visual CSS selector. Select the selector from the menu on the left, and the selected entries will appear on the right.

4. Front-end Web development test

Are CSS attributes case sensitive?

5. The Magic of CSS

There are 6 sections of CSS tutorials, and more in-depth tutorials will be opened slowly.

6. Enjoy CSS

A holy land for learning CSS. It focuses on CSS.

7. CSS Guidelines

Harry Roberts has updated his open resources. Previously, it was just a repository on GitHub. Now you have your own domain name and have optimized and updated many resources.

8. CSS Triggers...

Chrome Developer Paul Lewis creates a page parsing reference, which plays a role when a given CSS attribute is changed. For example, some attributes will trigger re-painting and merging, but will not trigger layout. We can easily discover these changes through CSS Triggers.

9. mdo contributed code Guide

Bootstrap's Mark Otto has compiled his own HTML and CSS guides. These recommendations include the order of attributes, the sequence of HTML attribute selectors, and so on.

10. Flexplorer

This is a simple application that is used to handle various flexbox features and view the complete real-time code that appears on the page. It has a cool feature. You can also use it to edit text boxes on the page, allowing you to see how these changes affect other content.

11. CSS Selectors: Targeting HTML Like a Pro

Russ Weakley's new course is SitePoint's sister website. There are more than 20 CSS Selector elements introduced in the video. This is not just a simple plug-in, but a job is a real CSS expert. So if you have just started using CSS and haven't mastered the selector, this may be a good choice.

Summary

Regardless of your CSS level, I can ensure that these things will certainly help you. If you have any ongoing projects or other good resources, you can share them with you.

Via: gbtags


The best way to learn DIV + CSS

I know the book you mentioned. It seems to be one of the most recommended blue books, but I went to Xinhua bookstore a few days ago. This book is still not very easy to understand, I rummaged through the bookcase one afternoon to find a book about div + css layout. The most reliable one I found was "detailed explanation of xHTML + CSS + Dreamweaver CS3 standard Website Construction Instance". published by the Electronic Industry Publishing House, edited by Zhang Xiaojing and Li xiaobin. The book price is 49.9 yuan, and then I bought it in excellence. It seems that it was off and delivered to the door. This book is very good, and the concept is very clear, especially some attributes such as absolute positioning and relative positioning, as well as floating and clearing methods. I am also using this book to learn. You should know that the best way to learn a software is to familiarize yourself with its tools and functions through an instance, when I was learning ps, I used an example textbook compiled by the Korean stick. Of course, Learning div + css is a learning method.
If you use this book to learn more, I think that you only need to complete the examples of the above ten chapters, that is, half a month, you will be able to fully understand this method, of course, to be proficient in application requires constant practical exercises in the future.

Supplement: I can't help but say a few words when I see the answer from this elder brother e_and_a. It's really good to ask someone to help you, but it's a question. although css syntax is not difficult, I think it would be best to go from perceptual knowledge to rational understanding if I have never touched it. I believe that the main author also uses dreamweaver for pages. When I think about how to start learning html, it is definitely not a matter of learning how to write code first. For example, if you want to insert a table with three rows and two columns, do you directly click table tool generation in dw or write a bunch of <tr> <td> tag generation? So the most important thing is to learn to use tools for design. That is to say, how to control the css of the div tag id has reached the expected page layout, for example, if you insert a div tag whose id is box, you need to set its attributes such as height, width, border, Gap, fill, and positioning. Do you need to input a letter or letter? Then you can directly enter the attribute value in the css selection box of the tag. css can be modified as long as it can be understood. The English names of those attributes do not need to be memorized or lost.

Who can tell me how to learn CSS styles? Urgent

CSS text attributes:
Color: #999999;/* text color */
Font-family:, sans-serif;/* text font */
Font-size: 9pt;/* text size */
Font-style: itelic;/* italic text */
Font-variant: small-caps;/* small font */
Letter-spacing: 1pt;/* distance between words */
Line-height: 200%;/* set the Row height */
Font-weight: bold;/* bold text */
Vertical-align: sub;/* subscripts */
Vertical-align: super;/* superscript */
Text-decoration: line-through;/* strikethrough */
Text-decoration: overline;/* Top Line */
Text-decoration: underline;/* underline */
Text-decoration: none;/* Delete link underline */
Text-transform: capitalize;/* uppercase letters */
Text-transform: uppercase;/* uppercase letters */
Text-transform: lowercase;/* lowercase letters */
Text-align: right;/* right-aligned text */
Text-align: left;/* left-aligned text */
Text-align: center;/* align text in center */
Text-align: justify;/* scatter and alignment of text */
Vertical-align attributes
Vertical-align: top;/* vertical and upward alignment */
Vertical-align: bottom;/* vertically aligned down */
Vertical-align: middle;/* vertical center alignment */
Vertical-align: text-top;/* vertical and upward alignment of text */
Vertical-align: text-bottom;/* vertical and downward alignment of text */

CSS symbol attributes:
List-style-type: none;/* No number */
List-style-type: decimal;/* arabic numerals */
List-style-type: lower-roman;/* lowercase roman numerals */
List-style-type: upper-roman;/* uppercase roman numerals */
List-style-type: lower-alpha;/* lowercase letters */
List-style-type: upper-alpha;/* uppercase letters */
List-style-type: disc;/* Solid circular symbol */
List-style-type: circle;/* hollow circle symbol */
List-style-type: squar ...... remaining full text>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.