Blame view

src/app/app.component.css 185 Bytes
ba2867b8   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  .example-h2 {
      margin: 10px;
  }
  
  .example-section {
      display: flex;
      align-content: center;
      align-items: center;
      height: 60px;
  }
  
  .example-margin {
      margin: 0 10px;
  }