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.
 
 

31 lines
556 B

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