mirror of
https://github.com/ZeJMaN/jmanson_pluxml.git
synced 2025-06-06 19:05:30 +02:00
ajout du css, placement basic des blocs.
This commit is contained in:
parent
f3b30d7a1f
commit
a03437d601
32
css/style.css
Normal file
32
css/style.css
Normal 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;
|
||||
}
|
||||
|
@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
|
||||
<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="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>
|
||||
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user