diff --git a/src/views/HomePage.vue b/src/views/HomePage.vue
index 579f3cb..d7ed9b0 100644
--- a/src/views/HomePage.vue
+++ b/src/views/HomePage.vue
@@ -6,20 +6,25 @@
Keyemail
- -
+
-
+
Active Developer
- -
+
-
+
HTML
- -
-
+
-
+
+
CSS
- -
+
-
+
Javascript
- -
+
-
+
Vue 3
@@ -33,6 +38,15 @@
@@ -72,6 +87,19 @@ header {
margin-left: 20px;
}
+#name div {
+ position: absolute;
+ top: 230px;
+ transform: translate(0%, -50%);
+ width: fit-content;
+ padding: 5px;
+ height: 20px;
+ background-color: #151d2f;
+ color: white;
+ font-family: 'Rubik', sans-serif;
+ border-radius: 5px;
+}
+
header h1 {
color: white;
font-size: 3rem;
@@ -206,13 +234,16 @@ article input {
height: 240px;
justify-content: center;
}
- header #name {
+ #name {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-left: 0;
}
+ #name div {
+ top: 325px
+ }
header h1 {
margin-left: 0px;
}