Open In App

Foundation CSS Media Complete Reference

Last Updated : 11 Jul, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

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:

 



Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads