diff --git a/src/components/City/City.js b/src/components/City/City.js new file mode 100644 index 0000000..eb23d89 --- /dev/null +++ b/src/components/City/City.js @@ -0,0 +1,9 @@ +const City = () => { + return ( +
+ +
+ ); +} + +export default City; \ No newline at end of file diff --git a/src/index.css b/src/index.css index 2066fe8..c7f8bed 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,6 @@ * { margin: 0; padding: 0; + max-width: 440px; + max-height: 920px; } \ No newline at end of file