Foundation CSS Media Complete Reference

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/foundation-sites@6.7.4/dist/css/foundation.min.css" />
</head>
 
<body>
    <center>
        <h1 style="color:green;">
            w3wiki
        </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: