]> git.lizzy.rs Git - antifa-generator.git/blob - styles.css
eab469c6287e98edbbf0c85a925ffc85b4ddcbd5
[antifa-generator.git] / styles.css
1 .logo {
2   display: flex;
3   justify-items: center;
4   background-image: url('img/antifascist-action.svg');
5   background-repeat: no-repeat;
6   height: 1000px;
7   width: 1000px;
8 }
9
10 .logo-text {
11   display: flex;
12   margin: 0;
13   color: white;
14   font-size: 80px;
15   padding: 1%;
16   font-family: 'Roboto', sans-serif;
17   text-transform: capitalize;
18 }
19
20 #top-text {
21   padding-left: 50%;
22 }
23
24 #bottom-text {
25   /* padding-top: 80%; */
26   align-self: flex-end;
27 }