🐲🏆 Checkpoint

./styles/main.css:69682263/529
./scripts/footer.js:69682263/14
./index.html:69682263/36
./signup/index.html:69682263/8051
./styles/iframe.css:69682263/180
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-12 03:53:34 +00:00
parent 728a8bcbfd
commit cedf51f1f2
5 changed files with 47 additions and 11 deletions

13
styles/iframe.css Normal file
View File

@ -0,0 +1,13 @@
/* Iframes on signup page */
.iframe-flex {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.iframe {
margin-top: 4rem;
flex: 0 0 100%;
max-width: 750px;
}