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
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html lang="es">
<head>
<title>¡Hola!</title>
<link href="https://fonts.googleapis.com/css?family=Patrick+Hand&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./styles.css" />
</head>
<body>
Expand Down
15 changes: 14 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
.parrafo {
color:black;
font-size: 20px;
font-family: 'Patrick Hand', cursive;
display: flex;
justify-content: center
}

.lista {
border: 100px;
color: red
font-family: 'Patrick Hand', cursive;
}
.boton-principal{
padding: 5px 5px;
text-align: center;
Expand Down Expand Up @@ -25,4 +38,4 @@
text-transform: uppercase;
background-color: rgba(51, 255, 0, 0.692);
color: white;
}
}