Page 115 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 115

- style.css
            /* ==== Google font ==== */
            @import
            url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700ital
            ic,900italic|Montserrat:700|Merriweather:400italic');



            body {
                width: 100%;
                height: 100%;
                font-family: 'Lato',sans-serif;
                    font-weight: 300;
                color: #666;
                background-color: #fff;
            }

            html {
                width: 100%;
                height: 100%;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                margin: 0 0 30px;
                text-transform: uppercase;
                font-family: Montserrat,sans-serif;
                font-weight: 700;
                letter-spacing: 1px;
            }


            p {
                margin: 0 0 20px;
                font-size: 16px;
                line-height: 1.6em;
            }

            p.lead {
                    font-weight: 600;
            }


            a {
                color: #28c3ab;



                                                         -  108  -
   110   111   112   113   114   115   116   117   118   119   120