Skip to content

Commit

Permalink
kjhj
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonsRule10 authored Sep 29, 2023
1 parent a0fa0e1 commit d3554ab
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions media.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>DragonsRule10</title>
<meta charset="UTF-8">
<link href="https://cdn.discordapp.com/attachments/1138143016679383162/1150387319136854077/Dragon_10new.png" rel="shortcut icon" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body, h1,h2,h3,h4,h5,h6 {font-family: "Montserrat", sans-serif}
.w3-row-padding img {margin-bottom: 12px}
/* Set the width of the sidebar to 120px */
.w3-sidebar {width: 120px;background: #222;}
/* Add a left margin to the "page content" that matches the width of the sidebar (120px) */
#main {margin-left: 120px}
/* Remove margins from "page content" on small screens */
@media only screen and (max-width: 600px) {#main {margin-left: 0}}

.dr1-discord-logo {
width: 50px; /* Adjust the width and height to match your image size */
height: 50px;
background-image: url('https://img.icons8.com/?size=256&id=99290&format=png'); /* Replace with the actual file name */
background-size: cover;
display: inline-block; /* To ensure the container only takes up the image size */
}
</style>
</head>
<body class="w3-black">

</body>
</html>

0 comments on commit d3554ab

Please sign in to comment.