summaryrefslogtreecommitdiff
path: root/inc(l)assable/inc(l)assable.css
diff options
context:
space:
mode:
authorptr_here <ptr@gnuragist.es>2020-02-12 13:14:03 +0100
committerptr_here <ptr@gnuragist.es>2020-02-12 13:14:03 +0100
commitb0888616587ba8a24d42efde4a1d5ace2c51943b (patch)
tree85cb72d73b807f0415671be581ff4cff60ee4a70 /inc(l)assable/inc(l)assable.css
parent7af797fa6d92e0df69c3682fa7137395c81db90f (diff)
downloadhacklab.brussels-b0888616587ba8a24d42efde4a1d5ace2c51943b.tar.gz
version fin 2019
Diffstat (limited to 'inc(l)assable/inc(l)assable.css')
-rw-r--r--inc(l)assable/inc(l)assable.css34
1 files changed, 11 insertions, 23 deletions
diff --git a/inc(l)assable/inc(l)assable.css b/inc(l)assable/inc(l)assable.css
index 77696f4..8237d99 100644
--- a/inc(l)assable/inc(l)assable.css
+++ b/inc(l)assable/inc(l)assable.css
@@ -1,29 +1,17 @@
-
body {
- margin: 0;
- padding: 0;
-}
-.one {
- height: 100px;
- width: 900px;
- background-color: red;
-}
-.two {
- height: 100px;
- width: 200px;
- background-color: blue;
+ font-family: monospace;
}
img {
- width: 40%;
- margin-left: 1em;
+ width: 400px;
+ margin-left: auto;
+ margin-right: auto;
}
-span {
- background-color: red;
- padding: 1em;
- border-radius: 50%;
- margin-left: 100px;
+div {
+ width: 50%;
+ height: 30em;
+ background-color: black;
+ color: white;
}
-.indo {
- width: 100%;
- background-color: lime;
+p {
+ margin-top: 0;
}