From eb0eb26f4cefa4880c895ff017f312e8674f9b73 Mon Sep 17 00:00:00 2001 From: karpathy Date: Sat, 22 Nov 2025 14:27:53 -0800 Subject: v0 --- frontend/src/App.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 frontend/src/App.css (limited to 'frontend/src/App.css') diff --git a/frontend/src/App.css b/frontend/src/App.css new file mode 100644 index 0000000..6863cd4 --- /dev/null +++ b/frontend/src/App.css @@ -0,0 +1,15 @@ +* { + box-sizing: border-box; +} + +.app { + display: flex; + height: 100vh; + width: 100vw; + overflow: hidden; + background: #ffffff; + color: #333; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', + 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', + sans-serif; +} -- cgit v1.2.3