조민지

footer 추가

......@@ -41,7 +41,15 @@
font-size: 20px;
font-family: 'Yeon Sung', cursive;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
text-align: center;
font-family: 'Yeon Sung', cursive;
color:white;
}
</style>
</head>
......@@ -64,6 +72,8 @@
</div>
</form>
</div>
<div id="footer">오픈소스SW개발 조민지 강환석 배희수</div>
</body>
</html>
\ No newline at end of file
......