File size: 263 Bytes
1e198bb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62d620a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
h {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-direction: column;
}
h span {
   display: flex;
   width: 25vh;
   flex-direction: row;
   align-items: center;
}
h svg {
   position: absolute;
   top: 0;
   width: 100%;
}