mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-23 17:10:25 -05:00
7 lines
71 B
CSS
7 lines
71 B
CSS
header {
|
|
top: 0;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 200;
|
|
}
|