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

94 lines
1003 B
CSS

4 years ago
/*fonts*/
@font-face{
font-family:;
src: ;
}
body{
background-color: ;
width:100%;
font-family: Roboto Mono;
font-size: 18px;
}
.back{
margin:20px;
}
.intro{
margin:40px;
max-width: 60%;
}
.page_title{
font-size:50px;
4 years ago
color: orangered;
}
.intro_text{
margin-top:15px;
}
4 years ago
.sec_title_01{
font-size:30px;
}
.sec_title_02{
font-size:30px;
}
4 years ago
.sec_title_contributors{
font-size:30px;
}
.week_01{
margin:40px;
4 years ago
padding: 40px;
border-style:dotted none dotted none;
border-width:2px;
border-color: blue;
margin-top:30px;
max-width:70%;
}
.week_02{
margin:40px;
padding: 40px;
border-style:dotted none dotted none;
border-width:2px;
border-color: blue;
margin-top:30px;
max-width:70%;
}
4 years ago
.audio_01{
margin-top:40px;
color:pink;
}
.contributors{
margin:40px;
}
.contributors_names{
color:blue;
margin-top: 15px;
}
a{
4 years ago
color:mediumblue;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
.now_playing{
color:pink;
}