📜  Primer CSS 小盒子阴影

📅  最后修改于: 2022-05-13 01:56:21.325000             🧑  作者: Mango

Primer CSS 小盒子阴影

Primer CSS是一个免费的开源 CSS 框架,它建立在创建基本样式元素(如间距、排版和颜色)的系统之上。这种系统化的方法确保我们的模式是稳定的并且可以相互操作。它的 CSS 方法受到面向对象的 CSS 原则、函数式 CSS 和 BEM 架构的影响。它具有高度可重用性和灵活性。它是使用 GitHub 的设计系统创建的。

Box shadows实用程序用于为容器元素提供类似阴影的效果。 box-shadow 样式用于关注内容。 Primer CSS Small Box Shadow样式主要用于显示需要显得略微抬高的东西。例如——包含重要信息的卡片或 UI 元素。

Primer CSS Small Box Shadow 使用类:

  • .color-shadow-small:该类用于显示小盒子阴影内容。

句法:

...

示例 1:此示例描述如何使用 Primer CSS Small Box Shadow 实用程序。

HTML


  

    Primer CSS Small Box Shadow
    

  

    
        

            GeeksforGeeks         

           

Primer CSS Small Box Shadow

           
            A Computer Science portal for geeks. It              contains well written, well thought and              well explained computer science and              programming articles,         
    
  


HTML


  

  Primer CSS Small Box Shadow
  

  

    
        

            GeeksforGeeks         

           

Primer CSS Small Box Shadow

           
            
                
                    

                        GeeksforGeeks                     

                
                
                    A Computer Science portal for geeks. It                      contains well written, well thought and                      well explained computer science and                      programming articles                 
                
                                     
            
        
    
  


输出:

Primer CSS 小盒子阴影

示例 2:此示例描述如何使用 Primer CSS Small Box Shadow 实用程序。

HTML



  

  Primer CSS Small Box Shadow
  

  

    
        

            GeeksforGeeks         

           

Primer CSS Small Box Shadow

           
            
                
                    

                        GeeksforGeeks                     

                
                
                    A Computer Science portal for geeks. It                      contains well written, well thought and                      well explained computer science and                      programming articles                 
                
                                     
            
        
    
  

输出:

Primer CSS 小盒子阴影

参考: https://primer.style/css/utilities/box-shadow#small