added gradient experiment
This commit is contained in:
parent
4fb4041f13
commit
94e707da8a
3 changed files with 42 additions and 7 deletions
|
@ -1039,7 +1039,7 @@ tbody {
|
|||
}
|
||||
|
||||
.banner-blue {
|
||||
background-color: #0098f7;
|
||||
background: linear-gradient(-180deg, #45a1ff 0%, #00feff 94%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
@ -1053,6 +1053,21 @@ tbody {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.banner-pink {
|
||||
background: linear-gradient(-180deg, #ff9400 0%, #ff1ad9 94%);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.banner-pink a {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.banner-pink a:hover {
|
||||
color: #eee;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.selectbox {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue