summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css81
1 files changed, 48 insertions, 33 deletions
diff --git a/style.css b/style.css
index d5a5788..745f578 100644
--- a/style.css
+++ b/style.css
@@ -3,63 +3,78 @@ body{
color: #FF69B4;
}
-
-header{
- font-size: 1.8em;
- text-decoration: underline;
- color: #FE2FA5;
-}
-
-div#bandeau{
- margin-left: 20em;
- width: 70%;
- height: 6em;
- border: solid black 1px;
- border-radius: 1em;
+body>header
+{
+ margin-left: 20em;
+ width: 70%;
+ height: 6em;
+ border: solid black 1px;
+ border-radius: 1em;
+ text-align:center;
}
aside{
- position: fixed;
- float: left;
- width: 13em;
+ position: fixed;
+ float: left;
+ width: 13em;
}
nav{
- width: 13em;
- border: solid black 1px;
+ width: 13em;
+ border: solid black 1px;
border-radius: 1em;
- padding: 0.5em;
+ padding: 0.5em;
}
-div#screenshots{
+div#screenshots
+{
width: 13em;
border: solid black 1px;
border-radius: 0.5em;
padding: 0.25em;
+ margin-top: 1em;
}
-section{
- margin-left: 15em;
- }
+section
+{
+ margin: 2em 0 0 15em;
+}
-article{
+article
+{
border: solid black 1px;
border-radius: 1em;
- margin-left: 2em;
- margin-right: 2em;
+ margin: 1em 2em;
padding: 1em;
}
-footer{
- margin-left: 20%;
- margin-right: 20%;
+article>header
+{
+ text-decoration: underline;
+ color: #FE2FA5;
+}
+
+article>header>h2
+{
+ margin: 0;
+}
+
+article>footer
+{
+ font-size: 0.8em;
+ text-align: right;
+}
+
+body>footer
+{
+ text-align: center;
+ margin: 1em 20% 0 17em;
border: solid black 1px;
border-radius: 2em;
color: black;
}
-div#time{
- font-size:.8em;
- text-align: right;
+body>footer>p
+{
+ margin: 0
}
-