-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdrianaViana.txt
91 lines (60 loc) · 985 Bytes
/
AdrianaViana.txt
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Adriana Viana
/*fazendo teste usando github*/
body{
margin:0; padding:0;
background-color:#00efc5;
font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
#out_container{
margin:0; padding:0;
background-color:#000000;
}
#menu_top{
margin:0; padding:0;
background-color:#ffffff;
}
.menu{
margin:0; padding:0;
background-color:#ffffff;
list-style:none;
}
.menu li{
float:left;
width:150px;
position:relative;
}
.menu li a{
background:#000;
color:#fff;
display:block;
padding: 7px 8px;
text-decoration:none;
border-top:1px solid #069;
}
.menu li a:hover{color: #069;}
/*Sub menu*/
.menu ul{
display:none;
position:absolute;
left:0;
list-style:none;
padding:0;
}
.menu ul li{
width:150px;
float:left;
}
.menu ul a{
display:block;
height:15px;
padding:7px 8px;
color:#fff;
text-decoration:none;
border-bottom:1px solid #222;
}
.menu ul a:hover{ color:#069;}
#banner{
margin:0; padding:0;
width:500px;
height:500px;
}