full rewite of css
This commit is contained in:
parent
397c6751f1
commit
e11f2c6b82
31 changed files with 274 additions and 450 deletions
|
@ -4,6 +4,7 @@
|
|||
<link rel = "stylesheet" href = "..\..\basic.css">
|
||||
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
||||
<link rel = "stylesheet" href = "..\..\effects.css">
|
||||
<link rel = "stylesheet" href = "..\..\variables.css">
|
||||
|
||||
<title>Rosia Evans Portfolio</title>
|
||||
</header>
|
||||
|
|
BIN
pages/gallery/aardvark-work/projectHeaderImage2.webp
Normal file
BIN
pages/gallery/aardvark-work/projectHeaderImage2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
|
@ -7,23 +7,26 @@
|
|||
}
|
||||
|
||||
body{
|
||||
color: #ffd256;
|
||||
color: var(--secondary);
|
||||
font-family: "roboto";
|
||||
background-color: #181818;
|
||||
background-color: var(--base);
|
||||
margin-left: 10vw;
|
||||
margin-right: 10vw;
|
||||
|
||||
/* fixes padding inherited from basic.css*/
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: clamp(20px, 4vw, 170px);
|
||||
height: 20vh;
|
||||
text-align: center;
|
||||
height: 10vh;
|
||||
text-align: left;
|
||||
margin-top: 30px;
|
||||
|
||||
}
|
||||
|
||||
|
||||
a:link, a:visited{
|
||||
color: #ffd256;
|
||||
color: var(--secondary);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -45,14 +48,13 @@ a:link, a:visited{
|
|||
|
||||
iframe{
|
||||
border: 2px solid transparent;
|
||||
border-radius: 5px;
|
||||
|
||||
padding: 5px;
|
||||
transition: border 0.5s;
|
||||
}
|
||||
|
||||
iframe:hover{
|
||||
border: 2px solid #ffd256;
|
||||
border: 2px solid var(--highlight);
|
||||
}
|
||||
|
||||
.backButton{
|
||||
|
@ -117,7 +119,7 @@ iframe:hover{
|
|||
}
|
||||
|
||||
iframe{
|
||||
border: 2px solid #ffd256;
|
||||
border: 2px solid var(--secondary);
|
||||
|
||||
width: 90vw;
|
||||
height: 50vw;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
<link rel = "stylesheet" href = "..\..\basic.css">
|
||||
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
||||
<link rel = "stylesheet" href = "..\..\effects.css">
|
||||
<link rel = "stylesheet" href = "..\..\variables.css">
|
||||
|
||||
<title>Rosia Evans Portfolio</title>
|
||||
</header>
|
||||
|
|
BIN
pages/gallery/cat-tower-defence/projectHeaderImage2.webp
Normal file
BIN
pages/gallery/cat-tower-defence/projectHeaderImage2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
|
@ -4,6 +4,7 @@
|
|||
<link rel = "stylesheet" href = "..\..\basic.css">
|
||||
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
||||
<link rel = "stylesheet" href = "..\..\effects.css">
|
||||
<link rel = "stylesheet" href = "..\..\variables.css">
|
||||
|
||||
<title>Rosia Evans Portfolio</title>
|
||||
</header>
|
||||
|
|
BIN
pages/gallery/epq-project/projectHeaderImage2.webp
Normal file
BIN
pages/gallery/epq-project/projectHeaderImage2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -3,6 +3,7 @@
|
|||
<link rel = "stylesheet" href = "..\..\basic.css">
|
||||
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
||||
<link rel = "stylesheet" href = "..\..\effects.css">
|
||||
<link rel = "stylesheet" href = "..\..\variables.css">
|
||||
|
||||
<title>Rosia Evans Portfolio</title>
|
||||
</header>
|
||||
|
|
BIN
pages/gallery/mind-map/projectHeaderImage2.webp
Normal file
BIN
pages/gallery/mind-map/projectHeaderImage2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
|
@ -4,6 +4,7 @@
|
|||
<link rel = "stylesheet" href = "..\..\basic.css">
|
||||
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
||||
<link rel = "stylesheet" href = "..\..\effects.css">
|
||||
<link rel = "stylesheet" href = "..\..\variables.css">
|
||||
|
||||
<title>Rosia Evans Portfolio</title>
|
||||
</header>
|
||||
|
|
BIN
pages/gallery/sbs-work/projectHeaderImage2.webp
Normal file
BIN
pages/gallery/sbs-work/projectHeaderImage2.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
|
@ -4,6 +4,7 @@
|
|||
<link rel = "stylesheet" href = "..\..\basic.css">
|
||||
<link rel = "stylesheet" href = "..\blog-post-default.css">
|
||||
<link rel = "stylesheet" href = "..\..\effects.css">
|
||||
<link rel = "stylesheet" href = "..\..\variables.css">
|
||||
|
||||
<title>Rosia Evans Portfolio</title>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue