Update index.html
This commit is contained in:
parent
cde4547979
commit
768bca21ed
@ -40,6 +40,7 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.source-btn {
|
.source-btn {
|
||||||
@ -112,9 +113,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.recommended-text {
|
.recommended-text {
|
||||||
color: yellow;
|
color: orange;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-top: 5px;
|
margin-left: 10px;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
right: -60px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user