diff --git a/templates/App.css.js b/templates/App.css.js new file mode 100644 index 0000000..5e9d6ae --- /dev/null +++ b/templates/App.css.js @@ -0,0 +1,53 @@ +module exports = `@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600&display=swap"); + +body { + background-color: #1d212c; +} + +h2 { + color: #ec3944; + font-family: "Crimson Text", serif; + text-align: center; + font-size: 3.5rem; +} + +.image-container { + display: flex; + justify-content: center; + padding-top: 40px; +} + +img { + width: 30%; + text-align: center; +} + +h2 { + color: white; +} + +.welcome-bottom { + margin-top: -10px; + color: #ec3944; + font-size: 3rem; +} + +h4 { + text-align: center; + color: #f9eee5; +} + +.filler-text { + text-align: center; + color: white; + padding-top: 5%; +} + +.footer { + text-align: center; + padding-top: 10%; +} + +.footer p { + color: white; +}` diff --git a/templates/App.js b/templates/App.js index fdde854..7d5809e 100644 --- a/templates/App.js +++ b/templates/App.js @@ -6,37 +6,60 @@ const App = () => { return (
Created using Create-React-App
-Modified and maintained by Lambda School graduate:
-- Zac Smith {' '} - - Github - {' '} - ::{' '} - - NPM - {' '} - ::{' '} - - Twitter - -
+Lambda student!
+ +This is filler, no need to keep it!
+Created using Create-React-App
+Modified and maintained by Lambda School graduate Zac Smith
++ + Github + {" "} + ::{" "} + + NPM + {" "} + ::{" "} + + Twitter + +
+