Git Product home page Git Product logo

tailwindstudy's Introduction

TailWindCss 学习

网站资源


学习路线


使用VScode搭建环境,做tailwind入门:

核心概念包含

开始布局参见 style.html

完成以下大类

见grid.html,包含:

1、Grid Template Columns

2、Grid Column Start / End

3、Grid Template Rows

5、Grid Auto Flow

6、Grid Auto Columns

7、Grid Auto Rows

8、Gap

9、Justify Content

10、Justify Items

11、Justify Self

12、Align Content

13、Align Self

14、place-content

15、place-Items

16、place-self

Tailwind官方UI网站搭建

git clone https://github.com/davidivkovic/tailwindui.git

<VirtualHost *:80>
  ServerName tailwind.com
  DocumentRoot "E:/Work/Git/TestProject/tailwind/tailwindui/preview"
  <Directory "E:/Work/Git/TestProject/tailwind/tailwindui/preview">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
    Require all granted
  </Directory>
</VirtualHost>

Host 127.0.0.1 tailwind.com 本地访问: http://tailwind.com/components/

见Filter.html,包含:

1、Filter

2、Blur

3、Brightness

4、Contrast

5、Drop Shadow

6、Grayscale

7、Hue Rotate

8、Invert

9、Saturate

10、Sepia

11、BackDrop 背景处理的这个属性没搞太清楚,算了。

tailwindstudy's People

Contributors

locoy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.