mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-14 05:25:02 -05:00
10 lines
144 B
CSS
10 lines
144 B
CSS
#me {
|
|
position: fixed;
|
|
left: 0px;
|
|
right: 0px;
|
|
top: 0px;
|
|
height: 40px;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #d6d6d6;
|
|
}
|