diff --git a/index.html b/index.html index 3233671..1afe8ae 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,12 @@ Document +

Hola Mundo

+
+

+ \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..883b30f --- /dev/null +++ b/style.css @@ -0,0 +1,14 @@ +body { + font-family: sans-serif, 'Segoe-UI'; + font-size: 24px; + padding: 20px; + position:relative; +} + +#weather { + float: right; + position: absolute; + top: 20px; + right: 40px; +} +