Project

General

Profile

StyleSheet » History » Sprint/Milestone 4

Steven (eSHIFT) Uggowitzer, 31 May 2022 08:54 AM

1 1 Steven (eSHIFT) Uggowitzer
a.tag_level5,a.tag_level4,a.tag_level3,a.tag_level2,a.tag_level1 {
2
  font-size: inherit;
3
}
4 2 Steven (eSHIFT) Uggowitzer
5
h1 {
6
  font-family: fantasy;
7
  font-variant: italic;
8
  }
9 3 Steven (eSHIFT) Uggowitzer
10
h2{
11
  font-variant: small-caps;
12
  }
13 4 Steven (eSHIFT) Uggowitzer
14
h1 {
15
  font-weight: bold;
16
  color: #fff;
17
  font-size: 32px;
18
}
19
20
h2 {
21
  font-weight: bold;
22
  color: #fff;
23
  font-size: 24px;
24
}
Go to top