some new styling and content
This commit is contained in:
parent
db9653b9ce
commit
198ba09073
38
index.html
38
index.html
|
|
@ -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, I’m <strong>CHANGE ME</strong>.</p>
|
||||
|
||||
<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>
|
||||
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue