diff --git a/build/index.html b/build/index.html index b0f2adf..72dac30 100644 --- a/build/index.html +++ b/build/index.html @@ -1 +1,28 @@ -React App
\ No newline at end of file + + + + + + + + + + + + React App + + + + + + + + +
+ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 87fd5be..38943dd 100644 --- a/public/index.html +++ b/public/index.html @@ -2,6 +2,13 @@ + + + @@ -27,6 +34,10 @@ + + + diff --git a/src/App.js b/src/App.js index 5232cdc..a92ee58 100644 --- a/src/App.js +++ b/src/App.js @@ -14,7 +14,7 @@ export default function App() { return (
- diff --git a/src/components/AppDe.js b/src/components/AppDe.js index d868531..cbf9010 100644 --- a/src/components/AppDe.js +++ b/src/components/AppDe.js @@ -7,7 +7,7 @@ export default function AppDe() {
-

Hallo

+

Hallo. WIe geht es?

); diff --git a/src/styles.css b/src/styles.css index fcb5ca7..aa9815e 100644 --- a/src/styles.css +++ b/src/styles.css @@ -69,6 +69,11 @@ html { width: 300px; } +.langSwitch { + margin-top: 10px; + margin-left: 10px; +} + @media screen and (max-width: 600px) { .title { grid-template-columns: 1fr;