This repository has been archived on 2024-09-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
IT2/html/test_15.11.19/style.css
2020-01-29 12:56:06 +01:00

18 lines
232 B
CSS
Executable File

h1{
color: rgb(130, 130, 255);
text-align: center;
}
h3{
color: rgb(140, 255, 130);
}
body{
background-color: rgb(36, 36, 36);
margin-left: 10%;
color: white;
}
a{
color: turquoise;
}