adds subtitle to gallery page
This commit is contained in:
parent
b783ff4fb4
commit
c44100c47a
4 changed files with 12 additions and 8 deletions
|
@ -3,6 +3,11 @@
|
|||
margin-left: 3vw;
|
||||
}
|
||||
|
||||
h2{
|
||||
text-align: center;
|
||||
margin-bottom: 10vh;
|
||||
}
|
||||
|
||||
.item{
|
||||
display: flex;
|
||||
margin-top: 4vh;
|
||||
|
|
|
@ -12,14 +12,14 @@
|
|||
</header>
|
||||
|
||||
<body>
|
||||
<!-- <h1>All Projects</h1> -->
|
||||
<h1>Things I have done:</h1>
|
||||
<h1>All Projects</h1>
|
||||
<h2>click to find out more</h2>
|
||||
|
||||
<a href = "./gallery/aardvark-work/aardvark-work.html" class = "galleryLink">
|
||||
<div class = "item">
|
||||
<img src = "./gallery/aardvark-work/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
|
||||
<div class = "itemText">
|
||||
<h2>Your mum</h2>
|
||||
<h3>Your mum</h3>
|
||||
<div>
|
||||
lmao I did ur mom
|
||||
</div>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<div class = "item">
|
||||
<img src = "./gallery/epq-project/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
|
||||
<div class = "itemText">
|
||||
<h2>And also your dad</h2>
|
||||
<h3>And also your dad</h3>
|
||||
<div>
|
||||
I am bisexual
|
||||
</div>
|
||||
|
@ -43,7 +43,7 @@
|
|||
<div class = "item">
|
||||
<img src = "./gallery/mind-map/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
|
||||
<div class = "itemText">
|
||||
<h2>I fucked both your parents</h2>
|
||||
<h3>I fucked both your parents</h3>
|
||||
<div>
|
||||
they were totally into it because Im cool as hell B)
|
||||
</div>
|
||||
|
@ -56,7 +56,7 @@
|
|||
<div class = "item">
|
||||
<img src = "./gallery/cat-tower-defence/projectHeaderImage.png" class = "orangeBorder projectThumbnail"></img>
|
||||
<div class = "itemText">
|
||||
<h2>*breakdown*</h2>
|
||||
<h3>*breakdown*</h3>
|
||||
<div>
|
||||
I'm doin' your mom, yes, yours!
|
||||
First saw her in the Walmart pickin' out your drawers
|
||||
|
|
|
@ -46,7 +46,6 @@ h1{
|
|||
|
||||
margin-top: 4vh;
|
||||
|
||||
height: 20vh;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#siteTitle h1{
|
||||
#Title{
|
||||
font-size: clamp(1.2rem, 4vw, 4rem);
|
||||
|
||||
padding-left: 6;
|
||||
|
|
Loading…
Add table
Reference in a new issue