-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbanco.css
More file actions
45 lines (45 loc) · 823 Bytes
/
banco.css
File metadata and controls
45 lines (45 loc) · 823 Bytes
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
.container{
border: 1px solid white;
overflow-x: hidden;
width: 100%;
}
.container h1{
margin: 2rem;
}
.container p{
width: 50%;
}
.container-banco{
border: 0px solid white;
width: 75%;
height: 40vh;
padding: 1rem;
border-radius: 2rem 2rem;
overflow-x: hidden;
background-color: rgb(23, 23, 23);
margin: 1rem;
}
.container-banco img{
width: 45%;
max-height: 30vh;
float: right;
border-radius: 0rem 3rem 0rem 3rem;
}
.container-btn-banco{
border: 0px solid white;
width: 50%;
float: right;
display: flex;
align-items: center;
justify-content: space-evenly;
}
.container-btn-banco button{
border-radius: 2rem 2rem;
width: 100%;
height: 5.5vh;
border: none;
margin: 0.6rem;
}
#volta-home-banco{
color: black;
}