Skip to content

Commit

Permalink
Centered embed, fixed grammar. Kys backslash.
Browse files Browse the repository at this point in the history
  • Loading branch information
RatWithoutAFace committed Sep 26, 2023
1 parent 0df1098 commit 8baf0e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
7 changes: 7 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,10 @@ img:hover {
font-weight: 600;
}

.discord-embed {
width: 410px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 85px;
}
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
</head>

<body>
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
<nav id="nav">
<div class="navzetvue">
<img
Expand All @@ -230,9 +231,9 @@ <h5>
I'm Millx!
</h5>
<p class="introBrief">
I'm a guy who likes to play video-games and watch anime<br>
I mostly play Minecraft, and occasionally some Roblox<br>
My favourite animes are Steins;Gate, Rascal Does Not Dream and Code Geass
I'm a guy who likes to play video games and watch anime.<br>
I mostly play Minecraft, and occasionally some Roblox.<br>
My favourite animes are Steins Gate, Rascal Does Not Dream, and Code Geass.
</p>
<h1 class="introMedia"></h1>
<div class="contacts">
Expand Down Expand Up @@ -276,7 +277,7 @@ <h2>Email</h2>
<img src="assets/svg/mail.svg" onclick="copyEmail()" alt="Mail" height="25px" width="auto" />
</div>
</div>
<iframe src="https://lanyard.cnrad.dev/api/720022112466894970" style="border:0px #ffffff none;" name="DiscordEmbed" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen></iframe>
<iframe class="discord-embed" src="https://lanyard.cnrad.dev/api/720022112466894970" style="border:0px #ffffff none;" name="DiscordEmbed" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="600px" allowfullscreen></iframe>
</section>
</body>
</html>

0 comments on commit 8baf0e3

Please sign in to comment.