Skip to content
Snippets Groups Projects
Commit 076731ca authored by 곽동준's avatar 곽동준
Browse files

return the css code because of no link background color

parent 30d10a3c
No related branches found
No related tags found
No related merge requests found
Pipeline #5970 passed
...@@ -22,15 +22,9 @@ body { ...@@ -22,15 +22,9 @@ body {
color: #ffffff; color: #ffffff;
} }
.centerImage{
width: 70%;
height: 360px;
overflow: hidden;
}
.centerImage img{ .centerImage img{
max-width: 100%; max-width: 100%;
height: auto; height: 360px;
display: block; display: block;
margin: auto; margin: auto;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment