-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
56 lines (54 loc) · 963 Bytes
/
style.css
File metadata and controls
56 lines (54 loc) · 963 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
51
52
53
54
55
56
#nome_project{
height : 30px;
}
#navbar{
background-color: ;
}
body{
background-color: white;
}
#capa{
position: absolute;
top: 200px;
}
#obtem_largura{
width: 200px;
}
#obtem_comprimento{
width: 200px;
}
#Campo_name_project{
background-color: green;
position: absolute;
left: 290px;
top: 100px;
}
#exib_name_project{
color: black;
}
#Campo_Formulario{
background-color: darkgrey;
position: absolute;
left: 180px;
top: 350px;
border: 1px solid black;
}
#campo_exibiResult{
background-color: red;
border: 2px solid black;
}
#campo_baixar{
background-color: aqua;
border: 2px solid black;
}
/*----------------------------------------------------------------------------*/
#corpo_tuto{
position: absolute;
top: 100px;
}
#campo_video{
border: 1px solid black;
}
#avalia_qualit_video{
border: 1px solid black;
}