Files
freeCodeCamp/client/src/components/Header/header.css
Ahmad Abdolsaheb e653235d94 feat: universal navbar (#36744)
* feat: add universal nav

* fix: add portfolio redirect
2019-09-19 22:15:01 +05:30

7 lines
71 B
CSS

header {
top: 0;
position: fixed;
width: 100%;
z-index: 200;
}