das ist mein Dummy-Code:-
Hier ist also mein Code in HTML< /code>:
Code: Select all
X
X
X
X
X
X
X
X
X
X
X
Hier ist das CSS:
Code: Select all
.internaltext{
position: relative;
}
.colormanager {
font-family:, Verdana, Arial, Helvetica, sans-serif;
font-weight: 600;
position: relative;
top: 0;
white-space: none;
margin-top: 15px;
color:transparent;
background: -webkit-linear-gradient(left, #fff, rgb(231, 221, 221), #fff);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 0;
display: flex;
flex-direction: row;
font-size: 15px;
padding-left: 20px
}
- Mit inherit: all
Code: Select all
color:transparent;
background: inherit;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;