Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<title>¡Hola!</title>
<link rel="stylesheet" type="text/css" href="./styles.css" />
<link href="https://fonts.googleapis.com/css?family=Carter+One&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Squada+One&display=swap" rel="stylesheet">
</head>
<body>
<main>
Expand Down
16 changes: 15 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
.parrafo{
color: rgb(194, 84, 11);
margin: 40px;
font-size: 20px;
font-family: 'Carter One', cursive;
}

.lista{
list-style: none;
margin-left: 50px;
color: rgb(63, 37, 5);
font-size: 18px;
font-family: 'Squada One', cursive;
}
.boton-principal {
text-decoration: none;
padding: 4px;
Expand All @@ -23,4 +37,4 @@
}
body {
background-color:rgb(114, 184, 162);
}
}