]> git.lizzy.rs Git - antifa-generator.git/blob - styles.css
Atualiza a geraƧao do logo para usar canvas
[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 }
7
8 .logo-text {
9   display: flex;
10   margin: 0;
11   color: red;
12   font-size: 80px;
13   padding: 1%;
14   font-family: 'Roboto', sans-serif;
15   text-transform: capitalize;
16 }
17
18 #top-text {
19 }
20
21 #bottom-text {
22   /* padding-top: 80%; */
23   /* align-self: flex-end; */
24 }