2021-01-31 07:27:15 +05:30
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
2021-01-31 16:47:42 +05:30
|
|
|
color: green;
|
2021-01-31 07:27:15 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2021-07-23 22:58:01 +05:30
|
|
|
background-color: rgb(130, 100, 185);
|
2021-07-23 21:20:19 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
footer {
|
|
|
|
color: green;
|
2021-01-31 07:27:15 +05:30
|
|
|
}
|