learning about HTML, CSS and JavaScript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
458 B

@import url("./variables.css");
.title{
text-align: center;
}
.title > h1 {
font-size: 4em;
margin-bottom: 0.3em;
}
.title > h1 > span {
color: var(--third-color);
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.title > h3{
font-size: 2em;
margin-bottom: 0.3em;
}
.title > h4{
font-size: 2em;
margin-bottom: 0.3em;
}
.title > h4 > a {
color: var(--third-color);
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}