diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-02-18 13:11:52 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2021-02-18 13:11:52 +0000 |
| commit | 745ecc4d5eaf6a31ed3e1fdb044526678d4904e9 (patch) | |
| tree | 00490b71b69d1196e4ac78de69daefc4a5a51368 | |
| parent | 503a5f17e6f4a0cc92d0efd4869a95fce5f7f88c (diff) | |
| download | snug-cup-745ecc4d5eaf6a31ed3e1fdb044526678d4904e9.tar.gz snug-cup-745ecc4d5eaf6a31ed3e1fdb044526678d4904e9.tar.bz2 snug-cup-745ecc4d5eaf6a31ed3e1fdb044526678d4904e9.zip | |
Removed slogan
| -rw-r--r-- | pages/index.js | 1 | ||||
| -rw-r--r-- | styles/Home.module.css | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/pages/index.js b/pages/index.js index 18696c0..af51e1e 100644 --- a/pages/index.js +++ b/pages/index.js @@ -13,7 +13,6 @@ export default function Home() { <div className={styles.centre}> <img src="/Project.png" height="15%" width="15%"/> <h1>Welcome to Snug Cup!</h1> - <h2>slogan here</h2> <iframe allowFullScreen webkitallowfullscreen width="640" height="480" frameBorder="0" seamless src="https://p3d.in/e/coEzR+spin+load"></iframe> <h2>Render</h2> <img src="/snug_cup.png" width="50%" height="50%" /> diff --git a/styles/Home.module.css b/styles/Home.module.css index 5493204..1f2dac3 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -9,4 +9,8 @@ padding:5px; margin-top:20px; +} + +.flexbox-center { + flex-direction: row; }
\ No newline at end of file |
