Как изменить цвет гиперссылки в CSS
a {
background-color: red;
color: white;
padding: 1em 1.5em;
text-decoration: none;
text-transform: uppercase;
}
Yours Kindly
a {
background-color: red;
color: white;
padding: 1em 1.5em;
text-decoration: none;
text-transform: uppercase;
}
.class {
color: white;
}
p{
color: White;
}
.YourClass {
color: #ff0000;
}
body {
color: blue;
}
h1 {
color: green;
}
color: #EAF6F6;
color: red;
color: rgb(255, 255, 255);