Welcome to my Website!
This is a paragraph! Here's how you make a link: Neocities.
Here's how you can make bold and italic text.
Here's how you can add an image:
Here's how to make a list:
- First thing
- Second thing
- Third thing
Yes, that really is exciting. Warning: level of excitement may cause head to explode.
To learn more HTML/CSS, check out these tutorials!
My first web page
My first web page
What this is
A simple page put together using HTML
Why this is
To learn HTML
My first web page
What this is
A simple page put together using HTML
Why this is
- To learn HTML
- To show off
- Because I've fallen in love with my computer and want to give her some HTML loving.
The miracle of moss in flight
Row 1, cell 1 |
Row 1, cell 2 |
Row 1, cell 3 |
Row 2, cell 1 |
Row 2, cell 2 |
Row 2, cell 3 |
Row 3, cell 1 |
Row 3, cell 2 |
Row 3, cell 3 |
Row 4, cell 1 |
Row 4, cell 2 |
Row 4, cell 3 |
@@ -1,3 +1,7 @@
html, body {
background-color:#030404;
}
#apainter-ui{
font-family: Helvetica, Arial, sans-serif;
position: absolute;
left: 20px;
bottom: 20px;
line-height: 1.2em;
background-color: rgba(10,10,10,0.8);
border-radius: 6px;
padding: 1.7em 2em;
display: none;
}
#apainter-ui .help{
width: 600px;
color: #ccc;
font-size: 14px;
text-shadow: 0px 2px 1px #000;
}
#apainter-ui .help h1{
font-size: 22px;
font-weight: 100;
color: #e42b5a;
margin-top: 0;
}
#apainter-ui .button {
background-color: #ef2d5e;
color: #fff;
cursor: pointer;
font-size: 12px;
width: 130px;
text-align: center;
max-width: 115px;
padding: 6px;
}
#apainter-ui .button:hover {
background-color: #f43b6a;
}
#apainter-ui .form {
display: flex;
align-content: center;
}
#apainter-ui .share input {
width: 600px;
color: #333;
text-align: center;
}
#apainter-ui .hide {
display: none !important;
}
#apainter-ui .progress{
font-size: 22px;
font-weight: 100;
color: #e42b5a;
border-bottom: 1px solid #e42b5a;
text-shadow: 0px 2px 1px #000;
}
#apainter-ui .bar{
width: 0%;
height: 3px;
margin-top: 13px;
background-color: #e42b5a;
}
#apainter-logo {
position: fixed;
bottom: 15px;
left: 15px;
height: 54px;
width: 226px; /* 252px; for logo with author */
background-image: url(../assets/images/apainter-banner.png);
}
#apainter-logo.hidden, #apainter-author.hidden{
display: none;
}
#apainter-author {
position: fixed;
bottom: 28px;
left: 268px;
display: inline-block;
font: 18px arial, sans-serif;
color: #e42b5a;
}