Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
21 lines (21 loc) · 734 Bytes

File metadata and controls

21 lines (21 loc) · 734 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>Trabajando con CSS</title>
<link rel="stylesheet" href="estilos.css">
</head>
<body>
<h1>Custom Style Sheet</h1>
<p>Un párrafo</p>
<h2 class="encabezado">Esto es la sección de noticias</h2>
<p id="primera-noticia">La primera noticia es que...</p>
<p id="segunda-noticia" class="warning">La segunda noticia es que...</p>
<p class="warning">Peligro!</p>
<button class="warning">Botón de peligro</button>
<div>
<p class="autor">Autor: Gorka Villar</p>
<p class="fecha">Fecha: 21/03/2022</p>
<p class="ubicacion">Ubicación: Madrid</p>
</div>
</body>
</html>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.