formatted the content using style.css

parent 53dc4d4b
Pipeline #3072 failed with stages
html {
background-color: #2c2c2c;
font-size: 20px;
color: white;
font-family: 'Impact';
align-items: center;
}
body {
align-items: center;
}
a:link {
color: #7783fc;
text-decoration: none;
transition: 0.2s;
}
a:visited {
color: #7783fc;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
transition: 0.2s;
}
a:active {
color: yellow;
text-decoration: none;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment