mvaloatto commited on
Commit
e4a440b
1 Parent(s): f79c625

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +5 -18
styles.css CHANGED
@@ -25,11 +25,10 @@ h1 {
25
  text-align: center;
26
  }
27
 
28
- a {
29
  font-size: 18px;
30
  color: #FFFFFF;
31
  text-decoration-line: none;
32
-
33
  }
34
 
35
  a:visited {
@@ -48,11 +47,11 @@ a:active {
48
  font-weight: 200;
49
  }
50
 
51
- .mx-2 {
52
- margin-left: 10px;
53
- margin-right: 10px;
54
  }
55
 
 
56
  table {
57
  border-collapse: collapse;
58
  margin: auto;
@@ -63,22 +62,10 @@ td, th {
63
  padding: 20px;
64
  }
65
 
66
- .user {
67
- font-weight: 900;
68
- }
69
-
70
-
71
-
72
- li {
73
- list-style-type: none;
74
- }
75
-
76
- ul {
77
- list-style-type: none;
78
- }
79
 
80
  p {
81
  font-size: 18px;
 
82
  }
83
 
84
  main {
 
25
  text-align: center;
26
  }
27
 
28
+ a:link {
29
  font-size: 18px;
30
  color: #FFFFFF;
31
  text-decoration-line: none;
 
32
  }
33
 
34
  a:visited {
 
47
  font-weight: 200;
48
  }
49
 
50
+ .user {
51
+ font-weight: 900;
 
52
  }
53
 
54
+
55
  table {
56
  border-collapse: collapse;
57
  margin: auto;
 
62
  padding: 20px;
63
  }
64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
65
 
66
  p {
67
  font-size: 18px;
68
+ font-weight: 200;
69
  }
70
 
71
  main {