92 lines
1.4 KiB
CSS
92 lines
1.4 KiB
CSS
body {
|
|
|
|
background: linear-gradient(to bottom, #f7d3d6, #FC8EAC);
|
|
text-align: center;
|
|
font-family: Verdana;
|
|
font-size: 12pt;
|
|
min-height: 100vh;
|
|
}
|
|
.gradient-bg {
|
|
background: linear-gradient(to bottom, #f7d3d6, #FC8EAC);
|
|
}
|
|
|
|
h1 {
|
|
text-align: center;
|
|
font-size: 5vw;
|
|
color: #FC8EAC;
|
|
}
|
|
|
|
h2 {
|
|
text-align: center;
|
|
font-size: 4vw;
|
|
color: #FC6C85;
|
|
}
|
|
|
|
hr {
|
|
max-width: 80%;
|
|
}
|
|
.link
|
|
{
|
|
background-color: #FC8EAC;
|
|
color: white;
|
|
padding: 10px;
|
|
border: none;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
a {
|
|
color: #FF1493; /* This is a deep pink */
|
|
}
|
|
|
|
nav a {
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
nav a:link, nav a:visited
|
|
{
|
|
background-color: #FC8EAC;
|
|
color: white;
|
|
padding: 10px 10px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
nav a:hover, nav a:active
|
|
{
|
|
background-color: #FF69B4;
|
|
}
|
|
|
|
article {
|
|
text-align: justify;
|
|
padding: 2pt;
|
|
margin: auto;
|
|
align: center;
|
|
max-width: 1024px;
|
|
|
|
}
|
|
|
|
article ul {
|
|
text-align: left;
|
|
}
|
|
article img {
|
|
padding: 2pt;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
.socialicon {
|
|
fill: #FC8EAC;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
footer
|
|
{
|
|
font-size: 10pt;
|
|
padding: 2pt;
|
|
}
|