mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-21 15:03:21 -05: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;
|
|
}
|