- Responsive Web Design with HTML5 and CSS3
- Ben Frain
- 200字
- 2021-08-06 20:03:41
Summary
We've now established what we mean by a "responsive" design and examined great examples of responsive designs in the wild that make use of the tools and techniques we are about to cover. We've also acknowledged that we need to make a switch from a desktop-centric design mindset and move to a more device agnostic stance, planning our content around the smallest likely viewing area first and progressively enhancing the experience from there. Having taken a glimpse at the new HTML5 specification we've established that there are great portions of it we can use to our advantage today. Namely, the new semantic markup that will allow us to create pages with less code and more meaning than would have been possible previously.
The lynch pin in making a fully responsive web design is CSS3. Before we use CSS3 to add visual flair such as the gradients, rounded corners, text shadows, animations and transforms to our design, we will first use it to serve a more fundamental role. By using CSS3 media queries, we will be able to target specific CSS rules at specific viewports. The next chapter is where we will start our "responsive web design" quest in earnest.
- 新編Visual Basic程序設計上機實驗教程
- Node.js Design Patterns
- TypeScript入門與實戰(zhàn)
- Angular UI Development with PrimeNG
- 小程序?qū)崙?zhàn)視頻課:微信小程序開發(fā)全案精講
- Spring Cloud Alibaba微服務架構設計與開發(fā)實戰(zhàn)
- Mastering OpenCV Android Application Programming
- Python從入門到精通(精粹版)
- Mastering Unity Shaders and Effects
- Internet of Things with Intel Galileo
- 機械工程師Python編程:入門、實戰(zhàn)與進階
- Learning DHTMLX Suite UI
- Service Mesh實戰(zhàn):基于Linkerd和Kubernetes的微服務實踐
- C#程序設計(項目教學版)
- Mastering Docker