Browse Source

수정

master
leejimin 3 years ago
parent
commit
2445a98b06
  1. 4
      css/fishing.css

4
css/fishing.css

@ -72,7 +72,7 @@ nav{ margin: 0 300px; height: 100%;}
.lnb{ .lnb{
padding: 0; padding: 0;
opacity: 0; opacity: 0;
margin: 4px 0 0; margin: 0;
position: absolute; position: absolute;
overflow: hidden; overflow: hidden;
transition: all 0.5s; transition: all 0.5s;
@ -99,7 +99,7 @@ nav{ margin: 0 300px; height: 100%;}
content: ""; content: "";
height: 4px; height: 4px;
width: 0; width: 0;
background-color: #0047FF; background-color: #007aff;
box-shadow: 0 4px 10px rgb(0, 60, 255, 0.3); box-shadow: 0 4px 10px rgb(0, 60, 255, 0.3);
transition: all 0.5s; transition: all 0.5s;
position: relative; position: relative;

Loading…
Cancel
Save