Open In App

Foundation CSS Media Complete Reference

Last Updated : 11 Jul, 2022
Comments
Improve
Suggest changes
Like Article
Like
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=
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/foundation.min.css" />
</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=
"https://www.youtube.com/embed/bptRLm3OiV8">
            </iframe>
        </div>
    </center>
</body>
</html>

Output:

 

Next Article
Article Tags :

Similar Reads