Pytania o media w sieci CSS

@media (min-width: 700px) {
  .user-profile {
    display: flex;
    ...
  }
}
Attractive Antelope