diff --git a/assets/avatar.jpg b/assets/avatar.jpg
new file mode 100644
index 0000000..1e16967
Binary files /dev/null and b/assets/avatar.jpg differ
diff --git a/assets/styles.css b/assets/styles.css
index 433c15d..99fcc99 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -15,15 +15,15 @@ body {
font-family: 'ConsolasBold', 'consolas';
font: 14px 'ConsolasBold';
color: #fff;
- background-color: #080808;
- background: url('background.png') center/cover fixed no-repeat;
+ background-color: #181818;
+ /* background: url('background.png') center/cover fixed no-repeat; */
text-align: center;
}
main {
margin-top: 20px;
border-radius: 15px;
- background-color: rgb(1,1,1,0.3);
+ background-color: rgb(1,1,1,0.2);
padding: 20px;
width: 800px;
max-width: 100%;
@@ -33,7 +33,7 @@ main {
.down {
margin-top: 20px;
border-radius: 15px;
- background-color: rgb(1,1,1,0.3);
+ background-color: rgb(1,1,1,0.2);
padding: 10px;
margin-bottom: 20px;
}
@@ -44,10 +44,27 @@ a {
}
.title {
- font-size: 3em;
- font-weight: 400;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ gap: 15px;
}
+.blocks {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 10px;
+ justify-content: center;
+}
+
+.block {
+ padding: 10px 15px;
+ background-color: #111111;
+ border-radius: 5px;
+ box-shadow: 0 2px 5px rgba(0,0,0,0.1);
+}
+
+
a:hover {
text-decoration: underline;
}
@@ -79,8 +96,11 @@ label {
height: 50px;
width: 40%;
resize: none;
- color: white;
- background-color: rgb(29,29,29,0.1);
+ color: #ddd;
+ background: rgba(35, 35, 35, 0.85);
+ border: 1px solid #555;
+ border-radius: 5px;
+ padding: 5px;
}
@media (max-width: 800px) {
diff --git a/index.html b/index.html
index 0900951..f1a1ee8 100644
--- a/index.html
+++ b/index.html
@@ -6,26 +6,38 @@
catmpeg page
-
+
- catmpeg home page
- Socials:
- Discord: catmpeg
-
-
-
-
-
- My friends:
-
-
-
-
-
+
catmpeg home page 
+ About me:
+ hello, my online name is catmpeg.
+ i enjoy playing various games and listening to music.
+ live in minsk, belarus.
+ like the aesthetics of the 2000s, for example, frituger aero and others.
+ my birthday is on september 12.
+ some of my favorite games are garry's mod, half-life 1 & 2, ddnet, minecraft.
+ =^.^=
+ Socials:
+
+
Discord: catmpeg
+
+
+
+
+
+
+ My friends:
+
@@ -44,7 +56,7 @@
next>
-
+