Answered
Alignment
Hi,
In "Tablet View", I want to move the orange box to the right.
How would I do?
Link
Hosun Kang

Hi,
In "Tablet View", I want to move the orange box to the right.
How would I do?
Link
Hosun Kang

.box2 {
height: 24px;
height: auto:
width: 80px;
background-color: orangered;
margin-top: 16px;
display: flex;
justify-content: center;
align-items: center;
float: right;
}
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.