new web page added and weather api key save added
This commit is contained in:
@@ -12,6 +12,7 @@ html {
|
||||
}
|
||||
body {
|
||||
background-color: black;
|
||||
color:white
|
||||
}
|
||||
|
||||
/* Top logo bar */
|
||||
@@ -34,16 +35,11 @@ header {
|
||||
transition: 0.25s;
|
||||
}
|
||||
.hostname-text {
|
||||
margin: 0;
|
||||
align-self: flex-end;
|
||||
font-style: italic;
|
||||
color: greenyellow;
|
||||
font-size: 18px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
|
||||
/* General Ticker */
|
||||
.buttons-list {
|
||||
display: flex;
|
||||
@@ -238,6 +234,20 @@ li.active {
|
||||
}
|
||||
}
|
||||
|
||||
.status {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
#circle-1 {
|
||||
background-color: green;
|
||||
}
|
||||
#circle-2 {
|
||||
background-color: red;
|
||||
}
|
||||
#circle-3 {
|
||||
background-color: orange;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) and (max-width: 991px) {
|
||||
.icons-list a {
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user