Skip to content
Snippets Groups Projects
Commit a8bc0ff2 authored by SangJun Park's avatar SangJun Park
Browse files

final

parent 9d25bc20
No related branches found
No related tags found
No related merge requests found
Pipeline #7386 passed
File moved
......@@ -22,7 +22,7 @@
<div class="mybody">
<div class="animal"> 좋아하는 동물
<img src="/public/pictures/mycat.jpeg"/>
<img src="mycat.jpeg"/>
</div>
<div class="singer"> 좋아하는 가수
......
File moved
......@@ -45,7 +45,7 @@ img {
}
.animal{
background-image: url(/public/pictures/catfoot.jpeg);
background-image: url(catfoot.jpeg);
padding : 15px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment