CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 05:34:53 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=e5878634a5551b4c272cfbd546702d4c083cf3cd12d10d4813076dbe60d07509a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22Ti1r86Cg_bOf6wxWLPOje49R8kFkWmfO%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d43b109940c1ba-BLR
import { Box, CssBaseline, List, ListItem, Stack, Typography, - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import {
- Box,
- CssBaseline,
- List,
- ListItem,
- Stack,
- Typography,
- } from "@mui/material";
- export const Footer = () => {
- return (
- <Box component="footer" sx={{ height: "20rem", backgroundColor: "pink" }}>
- <Box
- sx={{
- height: "100%",
- paddingBlock: "5rem",
- paddingRight: "12rem",
- paddingLeft: "3rem",
- display: "flex",
- flexDirection: {
- xs: "column",
- md: "row",
- },
- gap: {
- xs: "1rem", // smaller gap when stacked
- md: "3rem", // larger gap when side-by-side
- },
- }}
- >
- <Box
- sx={{
- minWidth: "13rem",
- width: "13rem",
- minHeight: "4rem",
- height: "4rem",
- backgroundColor: "red",
- display: "flex",
- justifyContent: "center",
- alignItems: "center",
- }}
- >
- <Typography
- sx={{ color: "white", fontWeight: "bold", fontSize: "1.5rem" }}
- >
- Logo
- </Typography>
- </Box>
- <Box
- sx={{
- height: "100%",
- display: "flex",
- flexWrap: "wrap",
- gap: "1rem",
- overflow: "auto",
- backgroundColor: "yellow",
- }}
- >
- {[1, 2, 3, 4, 5].map((value) => (
- <Box
- key={value}
- sx={{
- width: "10rem",
- backgroundColor: "blue",
- display: "flex",
- justifyContent: "center",
- alignItems: "center",
- }}
- >
- <List>
- {[69, 420, 666].map((x) => (
- <ListItem key={x}>
- <Typography
- sx={{
- color: "white",
- fontWeight: "bold",
- fontSize: "1.5rem",
- }}
- >
- link
- </Typography>
- </ListItem>
- ))}
- </List>
- </Box>
- ))}
- </Box>
- </Box>
- </Box>
- );
- };
- export const App = () => {
- return (
- <>
- <CssBaseline />
- <Stack dir="rtl">
- <Box
- component="nav"
- sx={{ minHeight: "7.5em", backgroundColor: "olivedrab" }}
- >
- <Typography>Navbar</Typography>
- </Box>
- <Box component="main" sx={{ height: "65rem" }}>
- <Typography>Main</Typography>
- </Box>
- <Footer />
- </Stack>
- </>
- );
- };
Advertisement
Add Comment
Please, Sign In to add comment
-
π Swapzone +37% glitch
JavaScript | 6 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)ββ O
JavaScript | 6 sec ago | 0.25 KB
-
ββ
Swapzone Glitch β
Working ββ 9
JavaScript | 16 sec ago | 0.25 KB
-
π΅ Make 3000$ in 20 minutes π΅
JavaScript | 16 sec ago | 0.24 KB
-
β
Make $2500 in 20 minutesβββ D
JavaScript | 25 sec ago | 0.25 KB
-
π Swapzone +37% glitch β 2
JavaScript | 34 sec ago | 0.25 KB
-
β
β Make huge profits on trading ββ 9
JavaScript | 43 sec ago | 0.25 KB
-
ββ
Marketplace Glitch β
Working β
NEVER SEEN...
JavaScript | 52 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand