diff --git a/Website.code-workspace b/Website.code-workspace new file mode 100644 index 0000000..876a149 --- /dev/null +++ b/Website.code-workspace @@ -0,0 +1,8 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/index.php b/index.php index bd551ef..39c957e 100644 --- a/index.php +++ b/index.php @@ -21,8 +21,8 @@ $date = calculate_elapsed_years("2009-08-29");

Hello!

-

I am Juli, a Finnish pansexual gender unsure furry from '09(thats years old). I go by Juli or Julimiro, any pronouns are fine.


-

I have a few coding projects which are on my github and replit. I am also working on a game, for more info visit projects.


+

I am Juli, a Finnish pansexual agender furry from '09(thats years old). I go by Juli or Julimiro, any pronouns are fine.


+

I have a few coding projects which are on my git(and still a bit on my github).


My socials can be found below

twitter ?> diff --git a/static/style/index.css b/static/style/index.css index 2a53b00..ea233f1 100644 --- a/static/style/index.css +++ b/static/style/index.css @@ -12,8 +12,8 @@ border: 0px; } .main_text { - border: 2px solid pink; - padding: 5px; + border: 2px solid #f691ff; + padding: 10px; max-width: 70%; width: fit-content; } @@ -31,7 +31,7 @@ max-height: 100%; width: auto; height: auto; - border: 2px solid pink; + border: 2px solid #f691ff; } .socials { @@ -39,5 +39,5 @@ display: inline-block; padding:5px; padding-bottom: 0px; - border: 2px solid pink; + border: 2px solid #f691ff; } \ No newline at end of file