-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotas.txt
105 lines (52 loc) · 2.06 KB
/
notas.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
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
<div></div> = cierta "class"
es para darle cierto formato especificado
se puede poner donde sea
</div class>--------------------
<footer>
<p>©Copyright 2023 de AldoRmzCode. Todos los derechos revervados.</p>
<div class="buttontitle">A R A G A L A B S</div> -------------------------
</footer>
</div>----------------------
++++++++++++++++++++++++++++++++++++++++++++++++
<html>
<body>
<footer> //hasta abajo
</footer> //hasta abajo
</body>
</html>
padding === "padding" solo es = {(padding-top, padding-right, padding-bottom, padding-left)}
OSEA, PARA TODOS LOS LADOS
https://developer.mozilla.org/es/docs/Web/CSS/padding
CAMBIAR TEMA DE COLOR:
<div class="theme-switcher-menu"><button aria-haspopup="menu" type="button" class="button action has-icon theme-switcher-menu small"><span class="button-wrap"><span class="icon icon-theme-os-default "></span>Theme</span></button></div>
BORRADO DE INDEX.JS:
/*
app.get('/', (req, res) => {
res.send('bruh');
});
app.get('/about', (req, res )=> {
res.send('About me');
});
app.get('/contact', (req, res )=> {
res.send('Form contact');
});
*/
<center><img src="https://cdn.discordapp.com/attachments/1036007614120734793/1045227121213190174/marcoaraga.png"></p></center>
en INDEX.html:
background-image: url('/images/fondo.png');
o
background-color: #220020;
//principal:
app.use(express.static('public'));
footer____________________________________________________________________________________________
<footer > <!-- pie de página principal -->
<p class="footer-section">Actualizaciones pronto!<!-- classe footer "<p></p>" -->
<a href="" target="_blank">Anunciate!</a>
<p><a href="" class="button">VOLVER ARRIBA</a></p>
</p><!-- classe footer termina"<p></p>" -->
</footer> <!-- pie de página principal termina -->
QUITAR SUBRAYADO A HIPERVINCULO:
style="text-decoration:none" --DESPUES DEL HIPERVINCULO
TEXTO AL LADO DE OTRO O ELEMENTO AL LADO DE OTRO:
ejemplo en el footer: (anunciate)
display: flex;