Systems.Page/css/global.css

21 lines
211 B
CSS
Raw Normal View History

2023-10-28 07:37:06 +00:00
a {
color: black;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
.heading {
font-size: 200%;
font-weight: bold;
}
.content {
margin-left: 30%;
margin-right: 30%;
font-size: 130%;
}