started working on "about" page

This commit is contained in:
Lorenzo Dellacà
2020-07-02 23:42:59 +02:00
parent 33018241bf
commit 163693c0c4
3 changed files with 57 additions and 15 deletions

View File

@@ -81,6 +81,13 @@ h2 {
}
h3 {
margin: 0%;
padding: 0%;
padding-top: 38px;
font-size: 33px;
}
h4 {
margin: 0%;
padding: 20px;
font-size: 25px;
@@ -137,8 +144,14 @@ li {
/* COLORED TEXT SELECTION */
::selection {
color: black;
background: paleturquoise;
color: #2d0670;
/*
We need RGBA because Chrome forces it to be semi-trasparent, making white look like grey.
By setting it to 99.5% opacity, we can override this. 100% does not work, however.
*/
background: rgba(255, 255, 255, 0.995);
}
/* ANIMATED GRADIENT BACKGROUND */
@@ -157,7 +170,7 @@ li {
font-size: 15px;
padding-top: 20px;
}
h3
h4
{
font-size: 8px;
}
@@ -181,7 +194,7 @@ li {
font-size: 18px;
padding-top: 25px;
}
h3
h4
{
font-size: 10px;
}
@@ -205,7 +218,7 @@ li {
font-size: 21px;
padding-top: 28px;
}
h3
h4
{
font-size: 13px;
}
@@ -229,7 +242,7 @@ li {
font-size: 25px;
padding-top: 31px;
}
h3
h4
{
font-size: 15px;
}
@@ -251,7 +264,7 @@ li {
h2 {
font-size: 30px;
}
h3
h4
{
font-size: 18px;
}
@@ -273,7 +286,7 @@ li {
h2 {
font-size: 35px;
}
h3
h4
{
font-size: 20px;
}