Completed exercise 05

This commit is contained in:
NetMan 2023-12-28 18:52:48 +01:00
parent d787e94834
commit ce7531f768
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
div > p {
background-color: yellow;
color: red;
font-size: 20px;
text-align: center;
}