-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
50 lines (48 loc) · 659 Bytes
/
css.css
File metadata and controls
50 lines (48 loc) · 659 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
46
47
48
49
50
.botao01 {
border-radius: 20px;
height: 60px;
width: 200px;
color:blue;
background-color: white;
font-size:16px;
border-color: green;
}
.botao01:hover {
color: red;
background-color: blue;
}.botao01:active {
position:relative;
top:1px;
}
#tabela01
{
display:inline;
}
h2
{
text-align: center;
margin-top: 0px;
margin-bottom:0px;
left: 50px;
}
#borda
{
width: 1300px;
height: 150px;
background: grey;
color: black;
padding: 20px;
border: 5px solid #CCC;
margin-bottom: 20px;
}
h4
{
margin-top: 0px;
margin-bottom:0px;
}
#titulo
{
font-family: "Times New Roman", Times, serif;
color: white;
text-align: center;
}