-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
48 lines (42 loc) · 918 Bytes
/
styles.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
body{
background-color: black;
background-image: url("./img/game\ boy.png");
background-repeat: no-repeat;
background-size:cover
}
.gameboy-container{
margin-top: 185px;
margin-bottom: 0px;
margin-left: 430px;
height: 270px;
width: 32%;
display: flex;
align-items: center;
justify-content: center;
background-color: #7f9d51;
grid-template-columns:150px 200px;
}
.gameboy-container div{
text-align: center;
}
.data{
align-items: center;
background-color: #86af49;
text-align: center;
}
.detalles{
resize: none;
background-color: #86af49;
}
.detalles:disabled{
cursor: default;
}
.input-container{
display: flex;
align-items: center;
justify-content: center;
}
.input-container div{
margin-top: 10px;
background-color: #86af49;
}