mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-28 22:33:11 +00:00
CSS... again
This commit is contained in:
parent
d9537446b3
commit
4d41546a02
1 changed files with 31 additions and 36 deletions
|
@ -52,41 +52,6 @@ body {
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
-=-=-= FONT SIZES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
|
||||||
*/
|
|
||||||
h1 {
|
|
||||||
margin: 0 0 0.5rem 0;
|
|
||||||
|
|
||||||
font-family: "Lexend Deca", sans-serif;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
margin: 0 0 0.5rem 0;
|
|
||||||
|
|
||||||
font-family: "Lexend Deca", sans-serif;
|
|
||||||
font-size: 27px;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
margin: 0 0 0.5rem 0;
|
|
||||||
|
|
||||||
font-family: "Lexend Deca", sans-serif;
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
h4 {
|
|
||||||
margin: 0 0 0.5rem 0;
|
|
||||||
|
|
||||||
font-family: "Lexend Deca", sans-serif;
|
|
||||||
font-size: 21px;
|
|
||||||
}
|
|
||||||
p, a {
|
|
||||||
margin: 0 0 0.5rem 0;
|
|
||||||
font-family: "Fira Code", monospace;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: var(--orange);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
-=-=-= BACK TO TOP BUTTON =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
-=-=-= BACK TO TOP BUTTON =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||||
*/
|
*/
|
||||||
|
@ -252,6 +217,8 @@ a:hover {
|
||||||
|
|
||||||
.image-description {
|
.image-description {
|
||||||
border: 0.2rem solid var(--green);
|
border: 0.2rem solid var(--green);
|
||||||
|
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.image-detail {
|
.image-detail {
|
||||||
border: 0.2rem solid var(--green);
|
border: 0.2rem solid var(--green);
|
||||||
|
@ -313,7 +280,7 @@ a:hover {
|
||||||
.alert {
|
.alert {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
width: calc(100% - 2rem);
|
width: auto;
|
||||||
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
|
@ -368,3 +335,31 @@ a.btn {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
-=-=-= FONT SIZES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||||
|
*/
|
||||||
|
h1, h2, h3, h4 {
|
||||||
|
margin: 0 0 0.5rem 0;
|
||||||
|
font-family: "Lexend Deca", sans-serif;
|
||||||
|
}
|
||||||
|
h1 {
|
||||||
|
font-size: 30px;
|
||||||
|
}
|
||||||
|
h2 {
|
||||||
|
font-size: 27px;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
h4 {
|
||||||
|
font-size: 21px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p, a {
|
||||||
|
margin: 0 0 0.5rem 0;
|
||||||
|
font-family: "Fira Code", monospace;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
color: var(--orange);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue