<!DOCTYPE html>
<html lang="kor">
<head>
<meta charset="UTF-8">
<title>oneday</title>
<link rel="stylesheet" type="text/css" href="one.css"/>
</head>
<bodY>
<div class="text">지냥이</div><br>
<div class="img"><img src="지냥이.jpg" width="200"/></div><br>
<div class="input">
<input type="input" placeholder="지냥아!"><br><br>
<button>냥</button></div>
</bodY>
</html>
HTML
.text{
width: 500px;
text-align: center;
}
.input {
width: 500px;
text-align: center;
}
.img{
width: 500px;
text-align: center;
}
CSS
'교육 > 2022 모각코 코뮤니티 2월과정 - js' 카테고리의 다른 글
모각코2월-JS-6일차-연산 (0) | 2022.02.15 |
---|---|
모각코2월-JS-5일차-변수 (0) | 2022.02.10 |
모각코2월-JS-4일차-콘솔 (0) | 2022.02.09 |
모각코2월-JS-3일차-버튼반응 (0) | 2022.02.09 |
모각코2월-JS-2일차-DOM구현 (0) | 2022.02.09 |