
ارسال کتاب های زبان اصلی در بازه ۸ الی ۱۲ روزه انجام میشود.
----------------------------------------------------------------------------------------
https://www.amazon.co.uk/Modern-CSS-Tailwind-Flexible-Styling/dp/1680509403/ref=pd_lpo_sccl_1/262-8921111-6406822?pd_rd_w=2crNt&content-id=amzn1.sym.efc89c20-c5a9-4620-b6cd-2f4e51bac956&pf_rd_p=efc89c20-c5a9-4620-b6cd-2f4e51bac956&pf_rd_r=BEMCGAEZH8CYYEH1H79W&pd_rd_wg=YAJFh&pd_rd_r=0d0c9d78-7f6a-444e-a263-679177f84f7c&pd_rd_i=1680509403&psc=1
========================================================
Many web developers underrate CSS.
Cascading Style Sheets (CSS) enable you to control the display of your information and enhance your page with visual effects. CSS is powerful. With CSS, you can do amazing things to the basic text and images on your site, and with a little bit of client-side code to add and remove CSS classes, you can do exponentially more.
CSS can also be hard to debug, complicated to write, and difficult to control.
But it doesn’t have to be.
Enter Tailwind. Tailwind CSS—a “utility-first” CSS framework to “rapidly build modern websites without ever leaving your HTML”—can make the CSS for your site easier to control and debug. In this book, you’ll dive into the Tailwind CSS framework, taking a look at its typography, page layout, responsive design, and more.
About This Book
In this book, you’re going to look at how to design web pages using Tailwind CSS version 3.0 and up. You’ll start with the typography of individual elements, and then you’ll get to “the box”—the rectangle of space each element takes up—and how to manipulate it. Once you have your elements in boxes, you’ll take a look at page layout with flexbox or grids.
After that, you’ll look at turning individual pages into full sites. You’ll also look at common site-wide page layouts, managing a design on different screen sizes, and handling a site-wide amount of styles and CSS.
Tailwind has been evolving pretty quickly, so there’s a good chance new features have been added since I wrote this. The Tailwind documentation includes pages for release notes and upgrade guides. (Sorry, the release notes’ URLs change with each release, but they’re linked from the main Tailwind documentation.) Check those out for the latest changes.