Cambios a la página

Ahora es mas poggers
This commit is contained in:
mariagv
2022-09-26 20:48:15 +02:00
committed by GitHub
parent e669641466
commit 80f5694049
3 changed files with 65 additions and 0 deletions

27
index.html Normal file
View File

@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>mariagv.cf</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/c9cbd58ca8.js" crossorigin="anonymous"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@600&family=PT+Sans+Narrow:wght@700&display=swap');
</style>
</head>
<body>
<h1 id="h11">mariagv</h1>
<h3>osu! player and anime watcher who likes doing cool stuff.</h3>
<center><img src="./ventidestruction.JPG" id="venti"></center>
<a id="tiktok"href=https://www.tiktok.com/@mgvks><i class="fa-brands fa-tiktok"> mgvks</i></a>
<a id="github" href=https://github.com/mgvks><i class="fa-brands fa-github"> mgvks</i></a></p>
<a id="osu"href="https://osu.ppy.sh/users/22362151"><i class="fa-solid fa-circle">mgvks</i></a>
</body>
</html>

38
style.css Normal file
View File

@@ -0,0 +1,38 @@
body {
font-family: 'Overpass-mono', monospace;
src: local(Overpass-mono);
margin-top: 240px;
text-align: center;
color:rgb(200, 202, 224);
background-color:rgb(30, 34, 65);
}
h1{
text-shadow: 2px -2px 0px rgb(81, 86, 140);
}
#venti {
margin-bottom: 30px;
width: 15%;
box-shadow: 5px -5px 4px rgb(46, 50, 79);
}
h3{
text-shadow: 1px -2px 0px rgb(81, 86, 140);
}
#osu{
color:rgb(207, 190, 223);
}
#osu:hover{
color:rgb(255, 102, 204);
}
#tiktok{
color:rgb(207, 190, 223);
}
#tiktok:hover{
color:rgb(121, 27, 26);
}
#github{
color:rgb(207, 190, 223);
}
#github:hover{
color:rgb(53, 59, 121);
}

BIN
ventidestruction.JPG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB