Page 25 - MDP2020-1
P. 25

················································································  명장양성프로젝트  【MDP】  과제발표회  자료집  Ⅰ    |  19


                        다)  css


            body  {
                font-family:  "Noto  Sans  CJK  KR",  serif;

                background-image:  url(img/black.jpeg);
                background-repeat:  initial;
                background-size:  cover;
                color:  white;

                display:  grid;
                grid-template-columns:  169px  169px  169px  169px  169px  169px;
                grid-template-rows:  211px  412px  211px  138px  274px;
                gap:  0px  0px;
            }
            h4  {

                font-size:  20px;
            }
            p  {
                margin:  0px;

                font-size:  large;
            }
            #red_style  {
                color:  #f59fb8;
            }
            #green_style  {

                color:  #aad272;
            }
            #blue_style  {
                color:  #84bcd5;
            }

            .COM1  {
                grid-column:  1/3;
                grid-row:  1/2;
                text-align:  center;
                margin-top:  80px;

            }
            .COM2  {
                grid-column:  1/3;
                grid-row:  2/3;
                text-align:  center;

                margin-top:  0px;
                font-size:  50px;
   20   21   22   23   24   25   26   27   28   29   30