We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf61cfb commit cbb8976Copy full SHA for cbb8976
styles.css
@@ -1,19 +1,19 @@
1
body {
2
- font-family: "Courier New", Courier, monospace;
3
- margin-top: 20px;
4
- margin-left: 20px;
+ font-family: "Roboto";
+ margin-top: 20px;
+ margin-left: 20px;
5
}
6
ul {
7
- list-style-type:none;
+ list-style-type:none;
8
9
li {
10
- margin-bottom: 20px;
+ margin-bottom: 20px;
11
12
p {
13
- max-width: 720px;
+ max-width: 720px;
14
15
a {
16
- text-decoration: none;
+ text-decoration: none;
17
color: blue;
18
font-weight: bold;
19
0 commit comments