🔥 เบื่อ CSS แบบเพียว ๆ แล้วอะ ใช้อะไรดี ??
.
👉 แอดขอแนะนำให้รู้จักกับ Tailwind CSS ซึ่งเจ้านี่เป็น CSS Framework ที่จะช่วยให้เราเขียน CSS ได้ง่ายมากขึ้นนั่นเอง !!
.
และวันนี้ไปดู 4 เหตุผลดี ๆ ว่าทำไมเราถึงควรใช้ Tailwind CSS หากพร้อมแล้วไปอ่านกันโลดดด
.
🌟 ขนาดเล็ก แต่ทรงประสิทธิภาพ !!
เว็บไซต์ที่ใช้ Tailwind CSS มักจะโหลดและแสดงผลได้รวดเร็ว ติดตั้งในโปรเจกต์ได้ง่าย แถมยังมีขนาดเบา และยังมีเครื่องมือที่ชื่อว่า PurgeCSS เพื่อค้นหา Class ที่ไม่จำเป็น และลบออกจากโปรเจกต์ของเรา ทำให้ไฟล์มีขนาดเล็กลงนั่นเอง
.
🌟 สร้าง Class ได้อย่างรวดเร็ว
เวลาเราเขียน CSS ธรรมดา ต้องกำหนด Class เองทุกครั้ง ถึงแม้มันจะละเอียด แต่มันจะต้องใช้เวลานาน ซึ่งเจ้า Tailwind CSS มี Class สำเร็จรูปให้เราได้เลือกใช้อย่างหลากหลาย ซึ่งจะลดเวลาในการสร้าง Class ลงได้เยอะเลย แถมยังสามารถปรับแต่งได้ตามใจเรา ซึ่งบาง Framework จะต้องใช้ Class ที่ติดมากับ Framework เลย ทำให้สามารถปรับแต่งได้ยากนั่นเอง
.
🌟 จัดการตัวแปร CSS ได้แบบอัตโนมัติ
ใน Tailwind CSS จะมีไฟล์ที่ชื่อว่า “tailwind.config.js” ซึ่งจะรวบรวมค่า Default ที่จำเป็นสำหรับการตกแต่งหน้าเว็บ เช่น ธีม, สี, ความกว้าง, ระยะห่าง, ระยะขอบ ฯลฯ ซึ่งสามารถเรียกใช้ได้อย่างรวดเร็วนั่นเอง
.
📑 ตัวอย่างไฟล์ tailwind.config.js
// tailwind.config.js
colors: {
brand: {
DEFAULT: '#f0000', // bg-brand
primary: '#f0000', // bg-brand-primary
secondary: '#f0000' // bg-brand-secondary
}
.
🌟 ทำงานร่วมกับ JavaScript Framework ได้ดี
Tailwind CSS จะทำงานร่วมกับ Framework สมัยใหม่อย่าง React และ Vue ได้ดี เพราะทั้งสองมีสถาปัตยกรรมแบบ Component ซึ่งเจ้า Tailwind CSS สามารถรวมเข้ากับสถาปัตยกรรมแบบ Componentได้ดี ทำให้การเขียน CSS ภายใต้ Component ต่าง ๆ ง่ายขึ้นนั่นเอง และไม่ต้องแยกไฟล์ CSS หลาย ๆ ไฟล์อีกต่อไป สามารถรวม Class ต่าง ๆ แล้วเรียกใช้ในไฟล์เดียวได้เลย
.
ทั้ง 4 เหตุผลที่กล่าวมานั้นคือข้อดีก็จริงนะ แต่สิ่งสำคัญที่ขาดไม่ได้เลยคือเราต้องรู้พื้นฐานการใช้งาน CSS ก่อนนะ !!
.
🌺 ใครอยากลองใช้งาน กดลิงค์ด้านล่างเลยจ้า
https://tailwindcss.com/
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
同時也有2部Youtube影片,追蹤數超過1萬的網紅小豆,也在其Youtube影片中提到,CSS碼 ↓ /* Background colors*/ body { background-color: rgba(0,0,0,0); } /* Transparent background. */ yt-live-chat-renderer { background-color: tr...
「css colors」的推薦目錄:
- 關於css colors 在 BorntoDev Facebook 的最佳貼文
- 關於css colors 在 GIGAZINE Facebook 的最讚貼文
- 關於css colors 在 小豆 Youtube 的最讚貼文
- 關於css colors 在 alwaysfluke Youtube 的最讚貼文
- 關於css colors 在 Are You Making This Mistake With CSS Colors? - YouTube 的評價
- 關於css colors 在 Is it possible to redefine named colors in CSS? - Stack Overflow 的評價
- 關於css colors 在 mrmrs/colors: Smarter defaults for colors on the web. - GitHub 的評價
css colors 在 GIGAZINE Facebook 的最讚貼文
147種類もある色の名前やカラーコードをブラウザから直感的に調べることができる「Sorted CSS Colors」
css colors 在 小豆 Youtube 的最讚貼文
CSS碼 ↓
/* Background colors*/
body {
background-color: rgba(0,0,0,0);
}
/* Transparent background. */
yt-live-chat-renderer {
background-color: transparent !important;
}
/* Outlines */
yt-live-chat-renderer * {
text-shadow: -2px -2px #000000,-2px -1px #000000,-2px 0px #000000,-2px 1px #000000,-2px 2px #000000,-1px -2px #000000,-1px -1px #000000,-1px 0px #000000,-1px 1px #000000,-1px 2px #000000,0px -2px #000000,0px -1px #000000,0px 0px #000000,0px 1px #000000,0px 2px #000000,1px -2px #000000,1px -1px #000000,1px 0px #000000,1px 1px #000000,1px 2px #000000,2px -2px #000000,2px -1px #000000,2px 0px #000000,2px 1px #000000,2px 2px #000000;
font-family: "Microsoft JhengHei";
font-size: 24px !important;
line-height: 24px !important;
}
yt-live-chat-text-message-renderer #content ,
yt-live-chat-legacy-paid-message-renderer #content {
overflow: initial; !important
}
/* Hide scrollbar. */
yt-live-chat-item-list-renderer #items {
overflow: hidden !important;
}
yt-live-chat-item-list-renderer #item -scroller{
overflow: hidden !important;
}
/* Hide header and input. */
yt-live-chat-header-renderer,
yt-live-chat-message-input-renderer {
display: none !important;
}
/* Reduce side padding. */
yt-live-chat-text-message-renderer,
yt-live-chat-legacy-paid-message-renderer {
padding-left: 4px !important;
padding-right: 4px !important;
}
yt-live-chat-paid-message-renderer #header {
padding-left: 4px !important;
padding-right: 4px !important;
}
/* Avatars. */
yt-live-chat-text-message-renderer #author -photo,
yt-live-chat-paid-message-renderer #author -photo,
yt-live-chat-legacy-paid-message-renderer #author -photo {
width: 30px !important;
height: 30px !important;
border-radius: 30px !important;
margin-right: 7.5px !important;
}
/* Hide badges. */
yt-live-chat-text-message-renderer #author -badges {
display: none !important;
vertical-align: text-top !important;
}
/* Timestamps. */
yt-live-chat-text-message-renderer #timestamp {
color: #999999 !important;
font-family: "Microsoft JhengHei";
font-size: 12px !important;
line-height: 12px !important;
}
/* Badges. */
yt-live-chat-text-message-renderer #author -name[type="owner"],
yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="owner"] {
color: #ffd600 !important;
}
yt-live-chat-text-message-renderer #author -name[type="moderator"],
yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="moderator"] {
color: #5e84f1 !important;
}
yt-live-chat-text-message-renderer #author -name[type="member"],
yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="member"] {
color: #0f9d58 !important;
}
/* Channel names. */
yt-live-chat-text-message-renderer #author -name {
color: #FF9966 !important;
font-family: "Microsoft JhengHei";
font-size: 28px !important;
line-height: 28px !important;
}
yt-live-chat-text-message-renderer #author -name::after {
content: ":";
margin-left: 2px;
}
/* Messages. */
yt-live-chat-text-message-renderer #message ,
yt-live-chat-text-message-renderer #message * {
color: #ffffff !important;
font-family: "Microsoft JhengHei";
font-size: 28px !important;
line-height: 28px !important;
}
/* SuperChat/Fan Funding Messages. */
yt-live-chat-paid-message-renderer #author -name,
yt-live-chat-paid-message-renderer #author -name *,
yt-live-chat-legacy-paid-message-renderer #event -text,
yt-live-chat-legacy-paid-message-renderer #event -text * {
color: #ffd600 !important;
font-family: "Microsoft JhengHei";
font-size: 28px !important;
line-height: 28px !important;
}
yt-live-chat-paid-message-renderer #purchase -amount,
yt-live-chat-paid-message-renderer #purchase -amount *,
yt-live-chat-legacy-paid-message-renderer #detail -text,
yt-live-chat-legacy-paid-message-renderer #detail -text * {
color: #ffd600 !important;
font-family: "Microsoft JhengHei";
font-size: 28px !important;
line-height: 28px !important;
}
yt-live-chat-paid-message-renderer #content ,
yt-live-chat-paid-message-renderer #content * {
color: #ffffff !important;
font-family: "Microsoft JhengHei";
font-size: 30px !important;
line-height: 30px !important;
}
yt-live-chat-paid-message-renderer {
margin: 4px 0 !important;
}
yt-live-chat-legacy-paid-message-renderer {
background-color: #0f9d58 !important;
margin: 4px 0 !important;
}
yt-live-chat-text-message-renderer a,
yt-live-chat-legacy-paid-message-renderer a {
text-decoration: none !important;
}
yt-live-chat-text-message-renderer[is-deleted],
yt-live-chat-legacy-paid-message-renderer[is-deleted] {
display: none !important;
}
yt-live-chat-ticker-renderer {
background-color: transparent !important;
box-shadow: none !important;
}
yt-live-chat-ticker-paid-message-item-renderer,
yt-live-chat-ticker-paid-message-item-renderer *,
yt-live-chat-ticker-sponsor-item-renderer,
yt-live-chat-ticker-sponsor-item-renderer * {
color: #ffd600 !important;
font-family: "Microsoft JhengHei";
}
css colors 在 alwaysfluke Youtube 的最讚貼文
ซื้อมาวันแรกขอรีวิวเล็กๆ กับเจ้า sony speria acro s มือถือรุ่นใหญ่ที่กันน้ำได้
OS:Android (4.0.4)
Dimensions:4.96 x 2.60 x 0.47 (126 x 66 x 11.9 mm)
Weight:5.19 oz (147 g)
the average is 4.1 oz (117 g)
Rugged:Water (Water), Dust proof
DISPLAY
Physical size:4.30 inches
Resolution:720 x 1280 pixels
Pixel density:342 ppi
Technology:TFT
Colors:16 777 216
Touchscreen:Capacitive, Multi-touch
Features:Light sensor, Proximity sensor, Scratch-resistant glass
BATTERY
Talk time:6.66 hours
the average is 8 h (508 min)
Stand-by time:12.1 days (290 hours)
the average is 20 days (482 h)
Talk time (3G):7.16 hours
the average is 7 h (400 min)
Stand-by time (3G):12.9 days (310 hours)
the average is 22 days (527 h)
Capacity:1910 mAh
HARDWARE
System chip:Qualcomm Snapdragon S3 MSM8260
Processor:Dual core, 1500 MHz, Scorpion
Graphics processor:Adreno 220
System memory:1024 MB RAM / 16384 MB ROM
Built-in storage:11 GB
Storage expansion:Slot Type:
microSD, microSDHC
Maximum card size:32 GB
CAMERA
Camera:12.1 megapixels
Flash:LED
Aperture size:F2.4
Features:Back-illuminated sensor (BSI), Auto focus, Touch to focus, Image stabilizer, Video stabilizer, Face detection, Smile detection, White balance, Digital zoom, Geo tagging, Panorama, Self-timer
Camcorder:1920x1080 (1080p HD)
Features:Video light, Video calling
Front-facing camera:1.3 megapixels
MULTIMEDIA
Music player:
Filter by:Album, Artist, Playlists
Features:Album art cover, Background playback, Music recognition, Sound effects
Radio:FM, Stereo, RDS
Speakers:Earpiece, Loudspeaker
YouTube player:Yes
INTERNET BROWSING
Browser:Yes
Supports:HTML, HTML5, XHTML, Flash, CSS 3
Built-in online services support:Facebook, YouTube (upload), Picasa, Twitter
TECHNOLOGY
GSM:850, 900, 1800, 1900 MHz
UMTS:850, 900, 1900, 2100 MHz
Data:HSDPA 14.4 Mbit/s, HSUPA 5.76 Mbit/s, UMTS, EDGE, GPRS
Positioning:GPS, Glonass
Navigation:Turn-by-turn navigation
PHONE FEATURES
Phonebook:Unlimited entries, Caller groups, Multiple numbers per contact, Search by both first and last name, Picture ID, Ring ID
Organizer:Calendar, Alarm, Document viewer (Office 2007, Office 2003, PDF), Flashlight, Calculator, Stopwatch
Messaging:SMS, MMS, Threaded view, Predictive text input
E-mail:IMAP, POP3, SMTP, Microsoft Exchange
CONNECTIVITY
Bluetooth:3.0
Wi-Fi:802.11 b, g, n
Mobile hotspot:Yes
USB:USB 2.0
Connector:microUSB
Features:Mass storage device, USB charging
HDMI:Yes
Other:NFC, DLNA, Tethering, Computer sync, OTA sync
OTHER FEATURES
Notifications:Music ringtones (MP3), Polyphonic ringtones, Vibration, Flight mode, Silent mode, Speakerphone
Sensors:Accelerometer, Compass
Voice dialing, Voice commands, Voice recording
css colors 在 mrmrs/colors: Smarter defaults for colors on the web. - GitHub 的推薦與評價
You can either cut and paste that css or link to it directly in your html. <link rel="stylesheet" href="path/to/module/css/colors.css"> ... ... <看更多>
css colors 在 Are You Making This Mistake With CSS Colors? - YouTube 的推薦與評價
FREE CSS Selector Cheat Sheet: https://webdevsimplified.com/specificity-cheat-sheet.htmlLearn CSS Today ... ... <看更多>