-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
71 lines (65 loc) · 1.21 KB
/
css.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body{
display:block;
margin: 0px;
padding: 0px;
list-style: none;
font-size: 1.0rem;
font-family: Arial, Helvetica, sans-serif;
}
h1{
align-items: center;
text-align: center;
margin-top: 50px;
}
/*Section dos 4 itens fixos*/
#sectionPaginaPrincipal {
display: block;
flex-wrap: wrap;
max-width: 500px;
margin: 0 auto;
text-align: center;
margin-top: 10px;
}
#sectionTemplatesInseridos{
display: block;
justify-content: center;
}
#sectionFixo{
display: none;
justify-content: center;
}
#sectionDinamico{
display: none;
justify-content: center;
}
/*Cards*/
.classecards {
border: 3px solid rgb(62, 41, 252);
padding: 10px 10px 10px 10px;
margin: 10px 10px 10px 10px;
}
#divNovoCard{
flex-wrap: wrap;
max-width: 800px;
margin: 0 auto;
text-align: center;
margin-top: 10px;
border: 3px solid rgb(252, 66, 41)
}
textarea{
resize: none;
}
#divpreview{
border: 3px solid black;
}
#templateSalvo{
display: none;
color: white;
background-color: chartreuse;
justify-content: center;
text-transform:uppercase;
width: 100%;
font-size: 80px;
border-radius: 100px;
margin: 14px;
}