Skip to content
Related Articles
Open in App
Not now

Related Articles

Foundation CSS Media Complete Reference

Improve Article
Save Article
Like Article
  • Last Updated : 11 Jul, 2022
Improve Article
Save Article
Like Article

Foundation CSS Media contains lots of features to make pretty pages and focus on little things like a tooltip, badge coloring, badge icons, label icons, etc. to make a more attractive page.

Complete list Foundation CSS Media are listed below:

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

Example:

HTML




<!DOCTYPE html>
<html>
 
<head>
     
    <!-- Compressed CSS -->
    <link rel="stylesheet" href=
</head>
 
<body>
    <center>
        <h1 style="color:green;">
            GeeksforGeeks
        </h1>
        <h3>
            Foundation CSS Responsive Embed Default
        </h3>
        <div class="responsive-embed ">
            <iframe width="420"
                    height="315"
                    src=
            </iframe>
        </div>
    </center>
</body>
</html>


Output:

 


My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!