Compare commits

...

3 commits

Author SHA1 Message Date
francois-gm 0eaf78786a styling changes 2026-01-15 17:49:13 +01:00
francois-gm 958bf6fc57 remove fantasy styling 2026-01-15 17:44:35 +01:00
francois-gm 198ba09073 some new styling and content 2026-01-15 17:40:21 +01:00

View file

@ -11,32 +11,27 @@
<div class="wrap">
<div class="box highlight center">
<h1>WELCOME TO MY PAGE</h1>
<p class="blink spaced">★ Under Construction ★</p>
<h1>Just another webpage</h1>
<p class="blink spaced">★ Under Destruction ★</p>
</div>
<div class="center">
<div class="pre ascii">
/\_/\
( o.o )
> ^ <
-- -----
... ..!..
... ..!..
..........
.......!
... ..!
... ..!
</div>
</div>
<div class="box">
<h2>About me</h2>
(too many content)
<p>Hi, Im <strong>CHANGE ME</strong>.</p>
<p>Im into <strong>CHANGE ME</strong>.</p>
<p>Right now Im thinking about: <strong>CHANGE ME</strong>.</p>
<p>
If you want to see something I like, click
<a href="https://example.com">CHANGE ME (your link)</a>.
</p>
</div>
</div>
@ -49,16 +44,11 @@
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
color: black;
font-family: Comic Sans, sans-serif;
color: blue;
/* striped background */
background:
repeating-linear-gradient(45deg,
yellow 0px,
yellow 14px,
pink 14px,
pink 28px);
background-color:#0F0;
}
.wrap {
@ -69,14 +59,14 @@
.box {
background: white;
border: 3px solid black;
padding: 12px;
margin: 12px 0;
box-shadow: 0rem 0rem 10rem 1rem rgba(255,0,255,1);
padding:0.25rem;
border-radius: 2.5rem;
margin: 1rem;
}
.highlight {
background: yellow;
font-family: fantasy;
}
.footer {
@ -110,7 +100,7 @@
white-space: pre;
display: inline-block;
background: white;
border: 10px dotted red;
border: 5px dotted blue;
border-radius: 50%;
padding: 10px;
}