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

image size change flexible

parent 952ad793
Branches
No related tags found
No related merge requests found
Pipeline #5968 passed
......@@ -23,16 +23,14 @@ body {
}
.centerImage img{
max-width: 360px;
max-height: 360px;
min-width: 200px;
min-height: 200px;
max-width: 100%;
width: 360px;
display: block;
margin: auto;
}
.linkColor{
font-size: 20px;
font-size: 10px;
font-style: italic;
background-color: aqua;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment