Fixed Bunny's page
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Bunny's Pixel art and drawings</title>
|
||||
<link rel="stylesheet" href="/stylesheets/base.css">
|
||||
<link rel="stylesheet" href="/stylesheets/bunny.css">
|
||||
</head>
|
||||
<body>
|
||||
@ -36,12 +37,12 @@
|
||||
<div class="galleryRow">
|
||||
<div class="image">
|
||||
<h4>Small Meteorite</h4>
|
||||
<img src="/meteorite_small_1.png" alt="">
|
||||
<img src="/media/Art/meteorite_small_1.png" alt="">
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fugit, vitae.</p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4>Large Meteorite</h4>
|
||||
<img src="/Meteorite_Large_1_100.png" alt="">
|
||||
<img src="/media/Art/Meteorite_Large_1_100.png" alt="">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="image">
|
||||
@ -77,29 +78,9 @@
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="galleryRow">
|
||||
<div class="image">
|
||||
<h4></h4>
|
||||
<img src="" alt="">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4></h4>
|
||||
<img src="" alt="">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4></h4>
|
||||
<img src="" alt="">
|
||||
<p></p>
|
||||
</div>
|
||||
<div class="image">
|
||||
<h4></h4>
|
||||
<img src="" alt="">
|
||||
<p></p>
|
||||
</div>
|
||||
</div>
|
||||
<a id="back" href="/index.html">Go Back</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<a href="/media/atrabutions/Tag Hand Graffiti Trash.txt" id="fontAtrabution">Font Creator</a>
|
||||
</body>
|
||||
|
||||
@ -5,3 +5,15 @@ body{
|
||||
color: rgb(57, 214, 253);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#back{
|
||||
width: 100px;
|
||||
height: 25px;
|
||||
padding: 5px;
|
||||
border-radius: 15px;
|
||||
text-align: center;
|
||||
color: cyan;
|
||||
background-image: url("/media/Art/EmptySpace.png");
|
||||
border-style: solid;
|
||||
border-color:rgb(10, 187, 231)
|
||||
}
|
||||
@ -98,3 +98,13 @@ a#fontAtrabution{
|
||||
border-style: dotted;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#back{
|
||||
width: 100px;
|
||||
height: 25px;
|
||||
padding-top: 5px;
|
||||
border-radius: 15px;
|
||||
text-align: center;
|
||||
color: cyan;
|
||||
background-image: url("/media/Art/EmptySpace.png");
|
||||
}
|
||||
Reference in New Issue
Block a user