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

image size change flexible

parent 952ad793
No related branches found
No related tags found
No related merge requests found
Pipeline #5968 passed
...@@ -23,16 +23,14 @@ body { ...@@ -23,16 +23,14 @@ body {
} }
.centerImage img{ .centerImage img{
max-width: 360px; max-width: 100%;
max-height: 360px; width: 360px;
min-width: 200px;
min-height: 200px;
display: block; display: block;
margin: auto; margin: auto;
} }
.linkColor{ .linkColor{
font-size: 20px; font-size: 10px;
font-style: italic; font-style: italic;
background-color: aqua; 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