조민지

footer 추가

...@@ -41,7 +41,15 @@ ...@@ -41,7 +41,15 @@
41 font-size: 20px; 41 font-size: 20px;
42 font-family: 'Yeon Sung', cursive; 42 font-family: 'Yeon Sung', cursive;
43 } 43 }
44 - 44 + #footer {
45 + position: absolute;
46 + bottom: 0;
47 + width: 100%;
48 + height: 50px;
49 + text-align: center;
50 + font-family: 'Yeon Sung', cursive;
51 + color:white;
52 + }
45 </style> 53 </style>
46 54
47 </head> 55 </head>
...@@ -64,6 +72,8 @@ ...@@ -64,6 +72,8 @@
64 </div> 72 </div>
65 </form> 73 </form>
66 </div> 74 </div>
75 +
76 + <div id="footer">오픈소스SW개발 조민지 강환석 배희수</div>
67 </body> 77 </body>
68 78
69 </html> 79 </html>
...\ No newline at end of file ...\ No newline at end of file
......