Added the ministry of truth
This commit is contained in:
parent
071079b061
commit
92cb7977ef
11 changed files with 186 additions and 80 deletions
16
src/app/airstrip_one/0/components/BeegText.tsx
Normal file
16
src/app/airstrip_one/0/components/BeegText.tsx
Normal file
|
@ -0,0 +1,16 @@
|
|||
import {
|
||||
beeg_container,
|
||||
beeg_dummy,
|
||||
beeg_foreground,
|
||||
beeg_background,
|
||||
} from './BeegText.css'
|
||||
|
||||
export default function BeegText({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<div className={beeg_container}>
|
||||
<p className={beeg_background}>{children}</p>
|
||||
<p className={beeg_foreground}>{children}</p>
|
||||
<p className={beeg_dummy} >{children}</p>
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue