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

test

parent a8bc0ff2
No related branches found
No related tags found
No related merge requests found
Pipeline #7387 passed
......@@ -22,7 +22,7 @@
<div class="mybody">
<div class="animal"> 좋아하는 동물
<img src="mycat.jpeg"/>
<img src="./mycat.jpeg"/>
</div>
<div class="singer"> 좋아하는 가수
......
......@@ -45,7 +45,7 @@ img {
}
.animal{
background-image: url(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