SelectPage.scss 1.02 KB
#body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border-top: 2px solid;
    border-bottom: 2px solid;
    .date {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
        font-size: 30px;
    }
    .today_weather {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid;
        width: 40%;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .tomorrow_weather {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid;
        width: 40%;
        margin-top: 30px;
        margin-bottom: 120px;
    }
    .days {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 25px;
        margin-bottom: 25px;
        margin-left: 15px;
        margin-right: 200px;
    }
  }