-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSPag.css.css
More file actions
119 lines (118 loc) · 3.55 KB
/
Copy pathSPag.css.css
File metadata and controls
119 lines (118 loc) · 3.55 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<style>
*{
list-style:none;
font-style:normal;
}
header{
position:relative;
margin:auto;
width:1000px;
height:116px;
background-image: url(FonDoLogo.png);
border-radius:10px;
border:black 3px solid;
}
audio{
position:absolute;
margin-top:20px;
margin-right:25px;
}
#navegador{
margin:10px 0px 10px 0px;
}
#navegador ul{
margin:auto;
padding:0;
background-image:url(browser.png);
text-decoration:none;
width:1000px;
height:52px;
list-style:none;
}
#navegador ul li{
float:left;
text-align:center;
}
#navegador ul li a{
font-family: 'Roboto Mono', monospace;
display:block;
text-align:center;
padding:16px 16px;
text-decoration:none;
color:black;
list-style:none;
}
#navegador ul li a:hover{
background-color:orangered;
color:white;
}
#mail {
display:block;
text-align:center;
margin: auto 167px;
margin-bottom: 5px;
height:25px;
width:1000px;
border-radius: 20px;
background-color:dimgray;
}
#SyMBOL{
margin-left:465px;
margin-bottom:10px;
padding:0px;
position:relative;
background-color:lightgray;
border-radius:10px;
width:400px;
}
section{
position:relative;
margin:auto;
width:400px;
height:1959px;
background-color:lightgray;
border-radius:10px;
text-align:left;
border: black 3px solid;
}
section ul{
padding:5px;
list-style: circle;
list-style-position: inherit;
}
section ul li a{
display:block;
margin-top:10px;
margin-bottom:10px;
color:black;
text-decoration:none;
}
section ul li a:hover{
background-color:orangered;
color:white;
border-top-right-radius:70px;
border-bottom-right-radius:70px;
width:380px;
height:20px;
}
#emulador{
width:400px;
height:25px;
margin:20px auto;
position:relative;
border-radius:10px;
background-color:dodgerblue;
border: black 3px solid;
text-align:center;
}
footer{
position:relative;
margin:20px auto;
width:1000px;
height:25px;
background:lightgray;
border-radius:10px;
text-align:center;
border: black 3px solid;
}
</style>