├── Area.css ├── Block.py ├── Product.css └── README.md /Area.css: -------------------------------------------------------------------------------- 1 | body { background-color: #9AA900; } -------------------------------------------------------------------------------- /Block.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/td973442/repo-j0o1og72/HEAD/Block.py -------------------------------------------------------------------------------- /Product.css: -------------------------------------------------------------------------------- 1 | body { background-color: #B3435D; } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my repository! --------------------------------------------------------------------------------