Comlete basic task

This commit is contained in:
Thuan Bui
2025-02-23 11:19:14 +09:00
parent 3b9e36df78
commit bcf7a3d542
3 changed files with 10 additions and 4 deletions
+5 -3
View File
@@ -3,9 +3,7 @@
text-align: center;
flex-wrap: wrap;
width: 800px;
-webkit-box-shadow:inset 0px 0px 0px 5px gray;
-moz-box-shadow:inset 0px 0px 0px 5px gray;
box-shadow:inset 0px 0px 0px 5px gray;
margin-top: 30px;
}
@@ -13,4 +11,8 @@
-webkit-box-shadow:inset 0px 0px 0px 1px gray;
-moz-box-shadow:inset 0px 0px 0px 1px gray;
box-shadow:inset 0px 0px 0px 1px gray;
}
.changecolor {
background-color: red;
}