aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/_styles.scss
blob: 4c8c5de66604f598bc7c259ed05d454301be15ba (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;
}
td {
  border-width: 2px;
  padding: 3px;
}