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.

65 lines
661 B
CSS

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;
color: red;
}
.intro_text{
margin-top:15px;
}
.sec_title{
font-size:30px;
}
.week_01{
margin:40px;
padding: 40px;
border-style:dotted none dotted none;
border-width:2px;
border-color: blue;
margin-top:30px;
max-width:70%;
}
.audio{
margin-top:40px;
color:pink;
}
.contributors{
margin:40px;
}
.contributors_names{
color:blue;
margin-top: 15px;
}
a{
color:blue;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}