WEB UIUX/uiux mycodepen
[uiux codepen]fixHeader(스크롤하면 변하는 헤더)
See the Pen Untitled by kaia (@kaiaakim) on CodePen. LOGO1 LOGO2 *{ padding: 0; margin: 0; } a{ color: #000; text-decoration: none; } .wrap{ height: 5000px; } header{ width: 100%; height: 100px; text-align: center; position: fixed; left: 0; top: 0; transition: all 0.5s; color: #fff; background: #000; } header .logo{ width: 150px; font-size: 24px; } header .logo a{ color: #fff; position: absolute..