Skip to content

Commit 2e176a6

Browse files
adding the discord widget
1 parent fe44693 commit 2e176a6

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

discord.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@
2929
</div>
3030
</div>
3131

32-
<header class="head6"><img alt="header image" src="discord.png" /></header>
32+
<header class="head6"><img alt="header image" src="discord.png" /></header>
33+
<div class="discordframe"><iframe src="https://discord.com/widget?id=742068289278312549&theme=dark" width="1300" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe></div>
34+
</body>
35+
</html>
36+

styles.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,10 @@ h1 {
281281
text-align: center;
282282
padding: 10px;
283283
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
284-
}
284+
}
285+
286+
.discordframe {
287+
padding-top:50px;
288+
float:center;
289+
}
290+

0 commit comments

Comments
 (0)