Otfe/public/css/main.css

28 lines
324 B
CSS
Raw Normal View History

2022-02-23 12:07:09 +00:00
body {color: #c0392b}
h1 {color:blue}
.inline {
display: inline;
}
.link-button {
background: none;
border: none;
cursor: pointer;
font-size: 1em;
font-family: serif;
}
.link-button:focus {
outline: none;
}
ul, li {
list-style-type: none;
}
li, a {
text-decoration: none
}