Change to see if css works

This commit is contained in:
Franklin 2023-04-30 22:25:36 -04:00
parent e6ff521dda
commit 21ffdd30fa
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@
content: '*'; content: '*';
display: inline; display: inline;
} }
.textfieldbb {
background-color: red;
width: 100px;
height: 100px;
}
.textfield { .textfield {
height: 50px; height: 50px;
background-color: white; background-color: white;