-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
51 lines (44 loc) · 851 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
48
49
50
51
h1{
font-family: 'Courier New', Courier, monospace;
text-align: center;
}
#wrap input{
border-radius: 5px;
width: 30%;
height: 30px;
}
#botoes, #saida, #wrap{
margin-top: 3px;
text-align: center;
border: 1px solid black;
border-radius: 5px;
padding: 1%;
background-color: rgb(240, 255, 244);
margin-right: 2%;
margin-left: 2%;
}
button{
width: 30%;
height: 35px;
background-color:blue;
color: white;
border-radius: 5px;
}
button:hover, tr:hover{
background-color:rgb(0, 170, 255);
color: black;
}
#saida input{
height: 20px;
width: 20px;
}
table{
border: solid black;
border-radius: 10px;
background-color: blue;
color: white;
}
td{
border: 1px solid white;
border-radius: 10px;
}