Welcome to Dimitrios Sarridis' Exposure Page!
This is a paragraph! Here's how you make a link:
Neocities.
Here's how you can make bold and italic text.
My name is Dimitrios Sarridis and I fully embrace my role as a submissive sissy.
Here's how you can add an image:
Here's how to make a list:
- First thing
- Second thing
- Third thing
To learn more HTML/CSS, check out these
tutorials.
---
2. CSS File (style.css):
body {
background: linear-gradient(to bottom right, #ffb6c1, #ff69b4);
color: #b3003c;
font-family: 'Comic Sans MS', cursive, sans-serif;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
background-color: #fff0f5;
margin: 40px auto;
padding: 30px;
border-radius: 15px;
box-shadow: 0 0 20px rgba(255, 105, 180, 0.5);
}
h1 {
color: #cc0066;
text-align: center;
text-transform: uppercase;
}
a {
color: #d10069;
font-weight: bold;
text-decoration: underline;
}
img {
display: block;
margin: 20px auto;
max-width: 100%;
border: 4px dashed #ff69b4;
border-radius: 10px;
}
ul {
list-style-type: heart;
padding-left: 20px;
}
.confession {
background-color: #ffe6f0;
padding: 15px;
border-left: 5px solid #ff1493;
border-radius: 10px;
font-style: italic;