summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/style.css b/style.css
index f1d8e21..32aa4be 100644
--- a/style.css
+++ b/style.css
@@ -4,13 +4,13 @@ body{
}
-titre{
+header{
font-size: 1.8em;
text-decoration: underline;
color: #FE2FA5;
}
-header{
+div#bandeau{
margin-left: 20em;
width: 70%;
height: 5em;
@@ -18,12 +18,12 @@ header{
border-radius: 1em;
}
-div#sidebar{
+aside{
float: left;
width: 13em;
}
-div#menu{
+nav{
width: 13em;
border: solid black 1px;
border-radius: 1em;
@@ -36,11 +36,11 @@ div#screenshots{
border-radius: 0.5em;
}
-article{
+section{
margin-left: 15em;
}
-div#entree{
+article{
border: solid black 1px;
border-radius: 1em;
margin-left: 2em;