You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your YouTube video at **50:45, during the "Chat Detail Component **Design" section, I noticed that the CSS you provided doesn't seem to be working. I copied your CSS exactly as shown, but it still isn't functioning correctly. Could you please check it again and respond as soon as possible?
Hello Sir,
In your YouTube video at **50:45, during the "Chat Detail Component **Design" section, I noticed that the CSS you provided doesn't seem to be working. I copied your CSS exactly as shown, but it still isn't functioning correctly. Could you please check it again and respond as soon as possible?
Right CSS
""
.detail {
flex: 1;
.user {
padding: 30px 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
border-bottom: 1px solid #dddddd35;
}
.info {
padding: 20px;
display: flex;
flex-direction: column;
gap: 25px;
}
}
""
Thank you.
The text was updated successfully, but these errors were encountered: