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.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;
}