如果要學 CSS Gird Layout (就是 display: grid 啦)~
可透過這個網站的文件學習
---
該怎麼閱讀這份資料:
文件中區分為左右兩個區塊
左邊是 Grid Container
也就是外層的與 display: grid 放在一起的屬性
右邊是 Grid Items
是內層物件可以運用的屬性
掌握這兩個部分的屬性
接下來練習時可以避開許多小問題
(ex: 奇怪,套了怎麼都沒反應 😂)
---
另外 Important Terminology 是專有名詞的介紹
雖然不懂這段硬套上去畫面也是會變
但透過這裡的圖文介紹
會更容易了解 CSS Grid Layout 的運作方式喔
同時也有3部Youtube影片,追蹤數超過1萬的網紅小豆,也在其Youtube影片中提到,CSS碼 ↓ /* Background colors*/ body { background-color: rgba(0,0,0,0); } /* Transparent background. */ yt-live-chat-renderer { background-color: tr...
「css display」的推薦目錄:
- 關於css display 在 卡斯伯 Facebook 的最佳貼文
- 關於css display 在 卡斯伯 Facebook 的最佳貼文
- 關於css display 在 卡斯伯 Facebook 的最佳貼文
- 關於css display 在 小豆 Youtube 的最讚貼文
- 關於css display 在 狗魚 Youtube 的精選貼文
- 關於css display 在 alwaysfluke Youtube 的最佳貼文
- 關於css display 在 重新認識CSS - display 的評價
- 關於css display 在 [基礎CSS教學] CSS Block vs Inline | Display 屬性| 面試送分題 的評價
- 關於css display 在 CSS - display: none; not working - Stack Overflow 的評價
- 關於css display 在 Issue #239 · w3c/chinese-ig - CSS Display Sliver 提案的讨论 的評價
css display 在 卡斯伯 Facebook 的最佳貼文
本周前端拉賽與線上讀書會 "合體"
主題內容: CSS3 Grid Layout
5/18 20:30 準時開台
你一定會想這跟 Bootstrap 有什麼關係
和 RWD Grid 有沒有關係
與 Float, Flex 有沒有關係
告訴你!!!這都沒有關係~~~ 🐩
這次要介紹的是今年 Chrome 才支援的
✨display: grid✨
#挑戰萌德里安
#最接近平面設計的CSS
css display 在 卡斯伯 Facebook 的最佳貼文
Chrome 更新要幹麻?學 CSS 啊!
更新後開始支援 CSS Grid 的屬性
這邊把筆記整理出來先給大家看
其中一可以先看 `grid-template-*`
可以大致了解 display grid 在幹什麼
#CSSGrid #附有GridSystem寫法
css display 在 小豆 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 display 在 狗魚 Youtube 的精選貼文
subgoal: https://agentc0re.com/Sub-Counter
訂閱通知: https://streamlabs.com/
聊天室CSS:
body {
background-color: transparent !important;
}
/* 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: "Laila";
font-size: 18px !important;
line-height: 18px !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;
}
/* 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;
}
/* Avatars. */
yt-live-chat-text-message-renderer #author -photo,
yt-live-chat-legacy-paid-message-renderer #author -photo { width: 25px !important;
height: 25px !important;
border-radius: 25px !important;
margin-right: 6.25px !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: "Imprima";
font-size: 16px !important;
line-height: 16px !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: #FFCC33 !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: #FF9966 !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: #FF9966 !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 *,
yt-live-chat-legacy-paid-message-renderer #detail -text,
yt-live-chat-legacy-paid-message-renderer #detail -text * {
color: #ffffff !important;
font-family: "Microsoft JhengHei";
font-size: 28px !important;
line-height: 28px !important;
}
/* Fan Funding Messages. */
yt-live-chat-legacy-paid-message-renderer #event -text {
color: #ffffff !important;
font-family: "Microsoft JhengHei";
font-size: 20px !important;
line-height: 20px !important;
}
yt-live-chat-legacy-paid-message-renderer #detail -text,
yt-live-chat-legacy-paid-message-renderer #detail -text * {
color: #ffffff !important;
font-family: "Imprima";
font-size: 18px !important;
line-height: 18px !important;
}
yt-live-chat-legacy-paid-message-renderer {
background-color: #00ffff !important;
margin: 4px 0 !important;
padding: 4px !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;
}
____________________________________
♪ Power For Tommorow - http://www.rengoku-teien.com
____________________________________
訂閱狗魚: https://www.youtube.com/channel/UC3X3...
粉絲專頁: https://www.facebook.com/dofi13579/
狗魚精華: https://www.youtube.com/playlist?list...
合作邀約:13825774632p@gmail.com
實況委託: https://docs.google.com/forms/d/1BY8H...
css display 在 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 display 在 [基礎CSS教學] CSS Block vs Inline | Display 屬性| 面試送分題 的推薦與評價
cssblock #cssinline #css基礎教學這一集來討論CSS Block vs inline, ... 那基本上 ... ... <看更多>
css display 在 重新認識CSS - display 的推薦與評價
CSS 包括使元素能夠在formatting structure 中產生影響formatting 但本身不可見的box 的機制。有關詳細資訊,請查閱 visibility 部分. table 、 inline- ... ... <看更多>