generated from CodeYourFuture/Project-TV-Show
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
47 lines (46 loc) · 704 Bytes
/
style.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
header {
padding: 30px;
background-color: antiquewhite;
}
select,
button,
input {
margin: 2%;
padding: 8px;
border-radius: 6px;
}
#root {
display: grid;
grid-template-columns: auto auto auto;
gap: 20px;
}
#container {
border: 2px solid #c3bdbdca;
border-radius: 13px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#conta {
display: flex;
margin-top: 30px;
padding: 10px;
border: 2px solid #c3bdbdca;
}
h2 {
background-color: #c3bdbd;
text-align: center;
border-radius: 10px;
padding: 20px;
margin-top: 0;
cursor: pointer;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
p {
margin: 5px;
padding: 5px;
}