made a secret page with okay css
parent
460e5686e4
commit
79b1ba35c2
@ -0,0 +1,30 @@
|
|||||||
|
* {
|
||||||
|
padding:25;
|
||||||
|
margin:25;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:link {
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: hotpink;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
a:active {
|
||||||
|
color: blue;
|
||||||
|
}
|
||||||
|
mark {
|
||||||
|
background-color: #900C3F;
|
||||||
|
color: hotpink;
|
||||||
|
}
|
||||||
|
ul { list-style-position: inside; }
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #e5c5d1;
|
||||||
|
color: #900C3F;
|
||||||
|
}
|
@ -0,0 +1,18 @@
|
|||||||
|
% rebase('frame.tpl')
|
||||||
|
<!--Content-->
|
||||||
|
<br><br>
|
||||||
|
How did you find this page?<br>
|
||||||
|
It's my secret page.<br>
|
||||||
|
<br>
|
||||||
|
<h1>Articles</h1>
|
||||||
|
<ul>
|
||||||
|
<li>https://love2dev.com/blog/customize-bulleted-list/ - cute CSS, use custom bullets</li>
|
||||||
|
<li>https://support.google.com/webmasters/answer/96569?hl=en - SEO, sponsored, user, and nofollow link parameters</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<h1>Web Design</h1>
|
||||||
|
<ul>
|
||||||
|
<li>https://www.otomate.jp/home/game/ - any of their games. so pretty</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<div class="footer-row"> </div>
|
Loading…
Reference in New Issue