summaryrefslogtreecommitdiff
path: root/inc(l)assable/inc(l)assable.css
diff options
context:
space:
mode:
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;
+}