-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjogoDaForca.css
49 lines (43 loc) · 867 Bytes
/
jogoDaForca.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
header{
margin: 20px 50px 30px;
font-size: 30px;
}
body{
background-color: #009688;
font-family: 'Kdam Thmor Pro', sans-serif;
}
section{
display: inline-block;
margin-left:3%;
}
canvas {
border: 1px solid black;
display: inline-block;
}
.menu{
margin: 10px;
column-count:1;
vertical-align: text-bottom
}
#instrucoes{
justify-content: start;
}
button{
background: #BBDEFB;
color: black;
font-size: 20px;
border-color: #00796B;
border-style: solid;
border-radius: 30px;
border-width: 3px;
margin: 0 0 20px; /*espaçamento externo*/
padding: 10px 25px; /*cima e embaixo, lados espaçamento entre o conteúdo e a borda*/
display: inline-block;
}
input{
border-color: #00796B;
border-style: solid;
border-width: 3px;
width:200px;
height:55px;
}