Nest Support Admin Sign In Widget Iframe
by Slava Fomin II
HTML
<iframe id="frame-1" src="https://support-admin-sign-in.nest.projects.fomin.io/" frameborder="0"></iframe>
<iframe id="frame-2" src="https://support-admin-sign-in.nest.projects.fomin.io/" frameborder="0"></iframe>
<iframe id="frame-3" src="https://support-admin-sign-in.nest.projects.fomin.io/" frameborder="0"></iframe>
CSS
body {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 100vh;
}
iframe {
margin: 20px;
border: solid 1px #CCC;
}
#frame-1 {
width: 600px;
height: 600px;
}
#frame-2 {
width: 350px;
height: 350px;
}
#frame-3 {
width: 250px;
height: 360px;
}