summaryrefslogtreecommitdiff
path: root/inc(l)assable/inc(l)assable.css
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-06-25 00:18:07 +0200
committerYour Name <you@example.com>2019-06-25 00:18:07 +0200
commit3a33f752ab199c8d8c4e0c0506349744e22474e0 (patch)
tree180dad2523d8e96af60c4a9a216efacb6543d5db /inc(l)assable/inc(l)assable.css
parenta00f93442e5608983ed9c9692cb507c7d610b73f (diff)
downloadhacklab.brussels-3a33f752ab199c8d8c4e0c0506349744e22474e0.tar.gz
mixed bag, sliced images e.a.
Diffstat (limited to 'inc(l)assable/inc(l)assable.css')
-rw-r--r--inc(l)assable/inc(l)assable.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/inc(l)assable/inc(l)assable.css b/inc(l)assable/inc(l)assable.css
index e69de29..77696f4 100644
--- a/inc(l)assable/inc(l)assable.css
+++ b/inc(l)assable/inc(l)assable.css
@@ -0,0 +1,29 @@
+
+body {
+ margin: 0;
+ padding: 0;
+}
+.one {
+ height: 100px;
+ width: 900px;
+ background-color: red;
+}
+.two {
+ height: 100px;
+ width: 200px;
+ background-color: blue;
+}
+img {
+ width: 40%;
+ margin-left: 1em;
+}
+span {
+ background-color: red;
+ padding: 1em;
+ border-radius: 50%;
+ margin-left: 100px;
+}
+.indo {
+ width: 100%;
+ background-color: lime;
+}