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