-
Notifications
You must be signed in to change notification settings - Fork 2
/
estilox.css
57 lines (37 loc) · 886 Bytes
/
estilox.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
52
53
54
55
micaaaaaaa
#divsite{width:1000px; height:700px;position:absolute;
top:0px;left:100px;
background-color:black;}
#divcabecalho{
background-color: red;position:absolute;
top:0px;left:100px;color: white;
font:16pt Arial;width: 1000px;height:100px;}
#divconteudo{
background-color: white;font:12pt Arial;
font-weight:bolder;color:black;border-style:solid;border-color:red;
border-width:5px;
position:absolute;top:100px;left:100px;
width: 990px; height:500px;}
#divMostrarTU{
position:absolute; top:250px;left:5px; width:980px; height:200px;
overflow: auto;
}
#formcad
{border-style:solid;border-color:green;
border-width:2px;}
#tabela1 {
width:100%;
border-width: 2px;
border-style: solid;
border-color: green;
}
#coluna1 {
width:30%
border-width: 1px;
border-style: solid;
border-color: green;
}
#subtexto1{
font-size:26px;
text-align:center;
}