Page 318 - MDP2022-3
P. 318

margin:  0;
            }

            body  {
                    background:  linear-gradient(45deg,  #4fc3f7,  #0093c4  );
            }

            .container  {
                    width:  100%;
                    height:  100vh;
                    display:  flex;
                    flex-direction:  column;
                    justify-content:  center;
                    align-items:  center;
            }

            .container  *  {
                    margin:  10px;
                    color:  #fce4ec;
            }

            .container  h1  {
                    font-size:  3em;
            }
            .weatherInfo  {
                    font-size:  1.5em;
            }

            ain.css

            .div3{
                    font-family:'Lucida  Sans';
                    text-align:  center;
                    position:  relative;  right:  0px;

            }
            .date{
                    font-size:  30px;
                    color:  rgb(26,  22,  22);    /*  흰색  */
                    width:  auto;
                    height:  auto;
            }
            .time{
                    font-size:  100px;
                    font-weight:  bold;
                    color:  rgb(29,  25,  29);    /*보라색  */
                    width:  auto;
                    height:  auto;

            }

            qoei.css

            .div3  {
                    margin:  0;
                    padding:  0;
                    width:  auto;
                    height:  auto;
                }
   313   314   315   316   317   318   319   320   321   322   323