Skip to content

Commit

Permalink
Seguiment des de la branca master dels fitxers modificats
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontoy4 committed Oct 19, 2020
2 parents 78e093b + f3a0972 commit 7539476
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diariMarta/style.css → diariMarta/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ display: block;
aside {
float: left; width: 470px;
min-height: 480px;
background: url(logo.png) center top no-repeat;
background: url(/images/logo.png) center top no-repeat;
margin: 0 0 20px 0;
}
section {
float: right; width: 428px;
padding-left: 20px; margin: 0 0 20px 0px;
border-left: 1px dotted #000;
//border-left: 1px dotted #000;
}
section h2 {
font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
Expand All @@ -35,7 +35,7 @@ width:940px;
height: 100px;
padding: 10px;
color:#200f08 ;
border-top: 1px dotted #000;
//border-top: 1px dotted #000;
background:#fff;
}
h1 {
Expand Down
File renamed without changes
5 changes: 5 additions & 0 deletions diariMarta/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
<html>
<head>
<meta charset="UTF-8" />
<<<<<<< HEAD
<title>Diari de Marta Montoya</title>
<link rel="stylesheet" type="text/css" href="style.css" />
=======
<title>Diari de Marta</title>
<link rel="stylesheet" type="text/css" href="/css/style.css" />
>>>>>>> develop
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down

0 comments on commit 7539476

Please sign in to comment.