Skip to content

Commit

Permalink
section-3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballwictb committed Jan 30, 2024
1 parent fb24d37 commit 8154b59
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apartado3/apartado3.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Apartado 3</title>
<title>Page Title - My Site</title>
<meta name="description" content="Page Description">
<meta name="keywords" content="your tags" />
<meta name="category" content="">
<meta name="robots" content="index,follow" />
<meta name="robots" content="indexfollow" />
<meta property="og:title" content="Home - Page">
<meta property="og:url" content="https://www.example.com/page">
<meta property="og:description" content="OG Page Description">
Expand All @@ -22,10 +22,11 @@
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<meta name="theme-color" content="#color">
<link rel="stylesheet" href="./css/style-3.css">
<link rel="stylesheet" href="/styles/css/print.css" media="print">
</head>

<body>

</body>

</html>
</html>
148 changes: 148 additions & 0 deletions apartado3/css/style-3.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,148 @@
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: 0 0
}
body {
line-height: 1
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block
}
nav ul {
list-style: none
}
blockquote,
q {
quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: none
}
a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: 0 0
}
ins {
background-color: #ff9;
color: #000;
text-decoration: none
}
mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: 700
}
del {
text-decoration: line-through
}
abbr[title],
dfn[title] {
border-bottom: 1px dotted;
cursor: help
}
table {
border-collapse: collapse;
border-spacing: 0
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0
}
input,
select {
vertical-align: middle
}

0 comments on commit 8154b59

Please sign in to comment.