]> git.lizzy.rs Git - antifa-generator.git/blob - styles.css
Inclui pagina para geraƧao de logo
[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: 50px;
15   padding: 1%;
16 }
17
18 #antifa-group {
19   padding-left: 50%;
20 }
21
22 #antifa {
23   align-self: flex-end;
24 }