mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 07:00:41 -04:00
8 lines
129 B
CSS
8 lines
129 B
CSS
.offline-warning {
|
|
height: 38px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background: lightblue;
|
|
}
|