aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_styles.scss
blob: 95ca513144e7590d9b288dc788ca3e9464e771b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#header-title {
    background-color: yellow;
    color: red;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: lightgreen;
  margin-top: 30px;
  table-layout: fixed;
  border: 2px solid;
}
th, td {
  border: 1px solid;
  padding: 3px;
}