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