I am new to html and this is the assignment that I am working on. When I set the width of the green box to be 50% or 30px, the width of it does not change. Does anyone know how to solve this issue?
.topcorner {
position: absolute;
top:0;
right:0;
border: 1px solid black;
text-align: center;
width: 50%;
height: 50%;
}