Files Uikit only

Viewing files with Google Docs.


The code to generate the component is this:


        <div class="google-iframe">
            <div class="embed-responsive embed-responsive-16by9">
                <iframe src="https://docs.google.com/viewer?url=http://www.w3c.br/pub/Cursos/CursoCSS3/css-web.pdf&amp;embedded=true" frameborder="0"></iframe>
            </div>
            <a href="http://www.w3c.br/pub/Cursos/CursoCSS3/css-web.pdf" target="_blank" class="btn btn-block btn-primary">Click here to download the file</a>
        </div>