Skip to content

Commit

Permalink
Merge branch 'tarea' of git://github.com/luciadelgado/training-git-1 …
Browse files Browse the repository at this point in the history
…into luciadelgado-tarea

Conflicts:
	index.html
  • Loading branch information
ckozus committed Apr 11, 2015
2 parents 644885b + ff3c531 commit e0a079c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Expand Up @@ -2,6 +2,7 @@
<head>
<link href="estilos.css" media="all" rel="stylesheet" />
<title>Prueba Taller de Git y Github - Pagina Principal</title>
<link rel="stylesheet" href="lucia.css">
</head>
<body>
<h2>Informacion de Carlos Kozuszko</h2>
Expand Down
11 changes: 11 additions & 0 deletions lucia.css
@@ -0,0 +1,11 @@
h2{
color:red;
}
ul{
font-size: 20px;
font-family: arial;

}
h3{
color:pink;
}

0 comments on commit e0a079c

Please sign in to comment.