📜  基础 CSS 基础版式段落

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

基础 CSS 基础版式段落

Foundation CSS 是由 ZURB 基金会于 2011 年 9 月构建的开源和响应式前端框架,可以轻松设计漂亮的响应式网站、应用程序和电子邮件,使其看起来很棒并且可以在任何设备上访问。它被许多公司使用,例如 Facebook、eBay、Mozilla、Adobe,甚至迪士尼。该框架建立在类似 Saas 的引导程序上。它更加复杂、灵活且易于定制。它还带有 CLI,因此很容易与模块捆绑器一起使用。它提供了 Fastclick.js 工具,用于在移动设备上更快地呈现。

Foundation CSS Base Styles 用于在排版元素上添加一些基本样式。为了添加排版的基本样式,我们将使用一些预定义的标签。例如——段落、标题、链接等。

Foundation CSS Base Typography 段落用于在段落元素内添加内容,我们将使用 标签来表示文本的重要性。 标签创建粗体文本, 标签创建斜体文本。我们还可以使用 .scss 文件调整段落内容的线宽和样式。

基础 CSS 基础版式段落标签:

  • 标签:该标签用于添加段落内容。如果你想在段落块上添加一些样式,那么你可以添加一些预定义的类,比如 - callout success等。

句法:

Content...

示例 1:在此示例中,我们将描述 Foundation CSS Base Typography Paragraphs 的使用。

HTML


  

    
    
  
    
    
    

  

    
        

            GeeksforGeeks         

           

            Foundation CSS Base Typography Paragraphs         

           
            

Web Technology

            

                Web Technology refers to the various tools                  and techniques that are utilized in the                  process of communication between different                  types of devices over the internet. A web                  browser is used to access web pages.             

        
    
  


HTML


  

    
    
  
    
    
    

  

    
        

            GeeksforGeeks         

           

            Foundation CSS Base Typography Paragraphs         

           
            

Web Technology

            

                Web Technology refers to                  the various tools and techniques                  that are utilized in the process of                  communication between different types of                  devices over the                  internet. A web                  browser is used to access web pages.             

        
    
  


输出:

示例 2:在此示例中,我们将描述 Foundation CSS Base Typography Paragraphs 的使用。

HTML



  

    
    
  
    
    
    

  

    
        

            GeeksforGeeks         

           

            Foundation CSS Base Typography Paragraphs         

           
            

Web Technology

            

                Web Technology refers to                  the various tools and techniques                  that are utilized in the process of                  communication between different types of                  devices over the                  internet. A web                  browser is used to access web pages.             

        
    
  

输出:

参考: https://get.foundation/sites/docs/typography-base.html#paragraphs