Compare commits
3 commits
main
...
braids/fgm
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0eaf78786a | ||
|
|
958bf6fc57 | ||
|
|
198ba09073 |
46
index.html
46
index.html
|
|
@ -11,32 +11,27 @@
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
|
||||||
<div class="box highlight center">
|
<div class="box highlight center">
|
||||||
<h1>WELCOME TO MY PAGE</h1>
|
<h1>Just another webpage</h1>
|
||||||
<p class="blink spaced">★ Under Construction ★</p>
|
<p class="blink spaced">★ Under Destruction ★</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="center">
|
<div class="center">
|
||||||
<div class="pre ascii">
|
<div class="pre ascii">
|
||||||
/\_/\
|
-- -----
|
||||||
( o.o )
|
... ..!..
|
||||||
> ^ <
|
... ..!..
|
||||||
|
..........
|
||||||
|
.......!
|
||||||
|
... ..!
|
||||||
|
... ..!
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="box">
|
<div class="box">
|
||||||
<h2>About me</h2>
|
|
||||||
|
|
||||||
<p>Hi, I’m <strong>CHANGE ME</strong>.</p>
|
(too many content)
|
||||||
|
|
||||||
<p>I’m into <strong>CHANGE ME</strong>.</p>
|
|
||||||
|
|
||||||
<p>Right now I’m 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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
@ -49,16 +44,11 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Comic Sans, sans-serif;
|
||||||
color: black;
|
color: blue;
|
||||||
|
|
||||||
/* striped background */
|
/* striped background */
|
||||||
background:
|
background-color:#0F0;
|
||||||
repeating-linear-gradient(45deg,
|
|
||||||
yellow 0px,
|
|
||||||
yellow 14px,
|
|
||||||
pink 14px,
|
|
||||||
pink 28px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
|
|
@ -69,14 +59,14 @@
|
||||||
|
|
||||||
.box {
|
.box {
|
||||||
background: white;
|
background: white;
|
||||||
border: 3px solid black;
|
box-shadow: 0rem 0rem 10rem 1rem rgba(255,0,255,1);
|
||||||
padding: 12px;
|
padding:0.25rem;
|
||||||
margin: 12px 0;
|
border-radius: 2.5rem;
|
||||||
|
margin: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
background: yellow;
|
background: yellow;
|
||||||
font-family: fantasy;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
|
|
@ -110,7 +100,7 @@
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: white;
|
background: white;
|
||||||
border: 10px dotted red;
|
border: 5px dotted blue;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue