Model update
This commit is contained in:
parent
5af22bf91d
commit
6031127f91
9 changed files with 19 additions and 91 deletions
|
@ -116,6 +116,8 @@ header {
|
|||
}
|
||||
|
||||
.show-hide-btn{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
align-self: left;
|
||||
position: absolute;
|
||||
|
|
|
@ -119,21 +119,6 @@
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.character-model {
|
||||
background-image: url(/img/character.jpg);
|
||||
background-color: #72cce4;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.finance-model {
|
||||
background-image: url(/img/financial.jpg);
|
||||
background-color: #72cce4;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.weather-model {
|
||||
background-image: url(/img/weather.jpg);
|
||||
|
@ -143,22 +128,6 @@
|
|||
background-position: center;
|
||||
}
|
||||
|
||||
.time-model {
|
||||
background-image: url(/img/time.jpg);
|
||||
background-color: #72cce4;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.image-model {
|
||||
background-image: url(/img/image.jpg);
|
||||
background-color: #72cce4;
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.custom1-model,
|
||||
.custom2-model {
|
||||
background-image: url(/img/default.jpg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue