added background-color

This commit is contained in:
Pina-Vetrano 2021-11-30 06:26:21 -08:00
parent 52b3b92a7b
commit 7540bea1c7

View file

@ -9,6 +9,7 @@
.container{ .container{
display: flex; display: flex;
justify-content: center; justify-content: center;
background-color: #de14de;
} }
</style> </style>
</head> </head>