- AMP:Building Accelerated Mobile Pages
- Ruadhan O'Donoghue
- 70字
- 2021-07-08 10:04:12
Styling <amp-accordion>
We can style the header and section of the accordion with CSS. Let's keep it simple with a grey, top border as divider between sections and no background color:
.category-title {
font-family: Georgia, 'Times New Roman', serif;
font-size: 1.5rem;
color: #005689;
background: none;
border:0;
border-top: 1px solid #ddd;
padding:0.25rem;
}
This gives us a nice list of top stories expandable by category:

Top stories accordion, expandable by category (/ch4/accordion-2.html)
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- Hyper-V 2016 Best Practices
- OpenShift開發指南(原書第2版)
- C語言程序設計案例式教程
- H5頁面設計:Mugeda版(微課版)
- 深入淺出PostgreSQL
- Swift細致入門與最佳實踐
- Integrating Facebook iOS SDK with Your Application
- Procedural Content Generation for C++ Game Development
- Learning Unreal Engine Android Game Development
- 匯編語言編程基礎:基于LoongArch
- Android群英傳
- C語言程序設計與應用(第2版)
- Java高并發編程詳解:深入理解并發核心庫
- 算法秘籍