🔥 วันนี้มาเอาใจสายออกแบบกันบ้าง สำหรับใครที่ยังมือใหม่ในด้านนี้แล้วอยากออกแบบเว็บแต่ไม่รู้จะใช้ Tool อะไรดี แอดขอแนะนำให้รู้จักกับ Figma ตัวช่วยที่จะทำให้เราออกแบบเว็บได้อย่างง่ายดาย มีเครื่องมือหลากหลาย ทั้งสะดวกและใช้งานง่าย
.
🖥️ หากใครยังใช้งานไม่เป็นแอดก็เลยไปหาคลิปวิดีสอนใช้งานเบื้องต้นมาให้เพื่อนๆ แล้วจ้า กับคลิป The Figma 2021 Crash Course by Example จากช่อง DesignCourse ซึ่งจะทำให้เพื่อนๆ ใช้งาน Figma ได้เป็นใน 1 ชั่วโมง คือสอนแบบจับมือทำกันเลยทีเดียว
.
🌈 ภายในคลิปประกอบด้วยเนื้อหา ดังนี้
✅Introduction
✅An awesome offer from Scrimba
✅Getting Started
✅Navbar
✅Hero Section
✅Finishing the Home Page
✅"Our work" Page
✅Prototyping
✅Hover Interaction
✅Smart Animate
✅Closing Thoughts!
.
💥 ถ้าพร้อมแล้วไปดูกันเลยจ้า >> https://www.youtube.com/watch?v=Gu1so3pz4bA
.
borntoDev - 🦖 สร้างการเรียนรู้ที่ดีสำหรับสายไอทีในทุกวัน
「navbar example」的推薦目錄:
navbar example 在 MUKI SPACE INC. Facebook 的最佳貼文
原來 SASS 的「&」表示重複上一個迴圈的 selector,所以如果寫
.btn {
...
.navbar & {
background: lightsteelblue;
}
}
compile 後會變成
.btn {
...
}
.navbar .btn {
background: lightsteelblue;
}
文章內還有相鄰選擇器的例子供大家參考,我也多學到一招了 XDDD
http://blog.teamtreehouse.com/sass-tip-double-ampersand-selector
navbar example 在 Bootstrap Navbar - examples & tutorial 的相關結果
A basic example of the navbar with the most common elements like link, search form, brand, and dropdown. All of them are explained in detail in the supported ... ... <看更多>
navbar example 在 Bootstrap Navigation Bar - W3Schools 的相關結果
The following example shows how to add a navigation bar to the top of the page: Example. <nav class="navbar navbar-default"> <div class="container-fluid"> ... <看更多>
navbar example 在 Navbar - Bootstrap 的相關結果
Documentation and examples for Bootstrap's powerful, responsive navigation header, the navbar. Includes support for branding, navigation, and more, ... ... <看更多>