Primera foto 1.1

This commit is contained in:
camilet 2020-02-05 12:11:47 -05:00
parent 2a4dcf4af6
commit 8a3977d891
3 changed files with 13 additions and 1 deletions

6
estilos.css Normal file
View File

@ -0,0 +1,6 @@
#foto{
height: 10%;
width: 10%;
}

View File

@ -45,7 +45,7 @@
<head>
<title>Ejercicio</title>
<link rel="stylesheet" type="text/css" href="/css/estilos.css" />
<link rel="stylesheet" type="text/css" href="/styles/estilos.css" />
</head>
<body>
<?php

6
styles/estilos.css Normal file
View File

@ -0,0 +1,6 @@
#foto{
height: 10%;
width: 10%;
}