forked from codesandbox/static-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
103 lines (84 loc) · 1.41 KB
/
Copy pathindex.css
File metadata and controls
103 lines (84 loc) · 1.41 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
/* Menu navegacao*/
nav{
background-color: #F4A460;
height: 80px;
width: 100%;
font-family: Inter;
font-size: 32px;
font-weight: 400;
text-align: center;
padding: 30px;
}
ul {
margin: 0;
padding: 0;
}
li {
display: inline-flex;
}
a{
padding: 20px;
text-decoration: none;
color: #000000;
}
.principal{
column-count: 4;
text-align: center;
height: 400px;
margin-top: 30px ;
padding: 10px;
}
/* botoes*/
button{
background-color: black;
color: #ffffff;
width: 180px;
height: 30px;
font-size: 1.5rem;
}
/* input class*/
.rad{
font-size: 1.5rem;
padding: 10px;
}
.rad1{
height: 20px;
width: 20px;
}
/* imagem class*/
img{
height: 190px;
width: 160px;
}
.contorno{
padding: 5px;
}
.contorno :hover{
border: 2px solid #000000;
}
/* texto class*/
h3{
text-align: start;
font-size: 2rem;
}
label{
font-size: 1.5rem;
font-weight: 300;
}
/* formulario class*/
form{
width: 100%;
text-align: center;
}
/* footer*/
.size
{
width: 200px;
height: 30px;
}
.footer{
text-align: center;
background-color: #F4A460;
width: 100%;
height: 120px;
}