Open In App

Foundation CSS Utilities Complete Reference

Improve
Improve
Like Article
Like
Save
Share
Report

Foundation CSS has different types of utility like Prototyping Utilities Sizing is used to give width and height to an element. There is a various utility that helps to make it easy for us.

Complete list Foundation CSS Utility are listed below:

Below example will give you a brief idea about the Utilities of Foundation CSS: 

Example:

HTML




<html>
  
<head>
    <link crossorigin="anonymous" 
          rel="stylesheet" 
          href=
    <link rel="stylesheet"
          href=
</head>
  
<body>
    <h3 style="color:green">GeeksforGeeks</h3>
    <h5>Foundation CSS Prototyping Utilities Separator</h5>
    <br>
    <h3 class="separator-left">Geeks</h3>
    <h3 class="separator-center">for</h3>
    <h3 class="separator-right">Geeks</h3>
</body>
  
</html>


Output: 

Foundation CSS Utilities

Foundation CSS Utilities 



Last Updated : 12 May, 2022
Like Article
Save Article
Share your thoughts in the comments
Similar Reads