ajout du css, placement basic des blocs.

This commit is contained in:
Jérémy MANSON 2016-10-05 21:25:34 +02:00
parent f3b30d7a1f
commit a03437d601
2 changed files with 33 additions and 1 deletions

32
css/style.css Normal file
View File

@ -0,0 +1,32 @@
#logo {
position:relative;
margin-left: auto;
margin-right: auto;
width: 317px;
}
.navserv li,.navsite li{display:inline;}
.navserv {
float:left;
}
.navsite {float right}
section
{
margin-left: 30px;
margin-right: auto;
width: 50%;
display:inline-block;
}
aside
{
float:right;
width: 25%;
display:inline-block;
}
footer
{
display:inline;
text-align:center;
}

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0"> <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<title>blog.jmanson.fr - Le Blog de Jeremy</title> <title>blog.jmanson.fr - Le Blog de Jeremy</title>
<link rel="alternate" type="application/rss+xml" title="Fil Rss des articles" href="https://blog.jmanson.fr/feed.php?rss" /> <link rel="alternate" type="application/rss+xml" title="Fil Rss des articles" href="https://blog.jmanson.fr/feed.php?rss" />
<link rel="stylesheet" media="screen" type="text/css" title="index" href="style.css" /> <link rel="stylesheet" media="screen" type="text/css" title="index" href="css/style.css" />
</head> </head>
<body> <body>