-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCSSROMMATE.css
More file actions
65 lines (64 loc) · 1.65 KB
/
Copy pathCSSROMMATE.css
File metadata and controls
65 lines (64 loc) · 1.65 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
<!DOCTYPE html>
@charset
<html>
<head>
<meta charset="utf-8">
<meta author="Phalz">
<meta meta="description" content="Here you can download roms snd the emulators of Super Nintendo Enterteiment , Nintendo 64 and GBA ¡ Soon we will have more games and emulators !">
<meta name="keywords" content="snes roms , nintendo 64 , super nintendo , game boy advanced , gba roms , n64 roms , nintendo 64 roms , emulators , nintendo roms , roms">
<title>RomMate</title>
<!--Favicon-->
<link rel="icon" href="Favicon.ico+.ico" type="image/x-icon">
</head>
<style>
*{
list-style:none;
font-style: normal;
}
}
header{
position:relative;
margin:auto;
width:1000px;
height:116px;
background-image: url(FondoHeader.png);
}
#logo{
position:absolute;
margin-top:20px;
margin-left:25px;
}
audio{
position:absolute;
margin-right: 25px;
margin-top:20px;
}
section{
position:relative;
margin:auto;
width:1000px;
height:500px;
}
aside#izq{
position:absolute;
margin:0px 800px 0px 0px;
width:200px;
height:500px;
background-color:darkred;
}
article{
position:absolute;
margin:0px 0px 0px 200px;
width:800px;
height:500px;
background-color:aqua;
}
footer{
position:relative;
margin:auto;
width:1000;
height:50px;
background-color:orange;
}
</style>
</html>