commit 29ee7ffcbfea484a725833bcd2032ab6162370ce Author: Fijxu Date: Mon Dec 12 03:23:54 2022 -0300 caca diff --git a/assets/bg.png b/assets/bg.png new file mode 100644 index 0000000..bae7224 Binary files /dev/null and b/assets/bg.png differ diff --git a/assets/pepeL.webp b/assets/pepeL.webp new file mode 100644 index 0000000..c59fb4b Binary files /dev/null and b/assets/pepeL.webp differ diff --git a/assets/ppLove.webp b/assets/ppLove.webp new file mode 100644 index 0000000..c570d5b Binary files /dev/null and b/assets/ppLove.webp differ diff --git a/index-en.html b/index-en.html new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..a2cf0d5 --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ + + + + + + + + + + + Wolaaaaaaa + + + + + + + + EN + +
+

Bienvenido

+

Aqui encontraras varios servicios que alojo por gusto y alguna que otra cosa que hago en internet, con los + respectivos paises donde estan ubicados

+
+ + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..f05e57f --- /dev/null +++ b/style.css @@ -0,0 +1,37 @@ +html { + background-color: #111111; + font-family: DejaVu Sans Mono, monospace; + /* background-image: linear-gradient(to bottom, rgba(16, 16, 16, 0.855), rgba(16, 16, 16, 0.855)), url(./assets/bg.png); */ +} + +.content { + color: aliceblue; + padding: 0px px; + margin: 0 auto; + width: 50%; + background: #111111; + font-size: 20px; + word-wrap: break-word; + line-height: 1.2em; +} + +h1 { + text-align: center; + position: relative; +} + +p { + font-size: 13px; + line-height: 1.5em; +} + +/* +.box{ + position: relative; + text-align: center; + width: 98%; + margin-top: 9ch; + height: 96vh; + border: 4px solid #323232; + margin: auto; + } */ \ No newline at end of file