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.
|
|
|
main {
|
|
|
|
background-color:rgb(219, 108, 94);
|
|
|
|
border: 5px solid rgb(44, 44, 44);
|
|
|
|
border-radius: 8px;
|
|
|
|
box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.3);
|
|
|
|
width: 800px;
|
|
|
|
margin: 200px auto 72px auto;
|
|
|
|
padding: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 200px;
|
|
|
|
height: 200px;
|
|
|
|
border-radius: 100px;
|
|
|
|
border: 5px solid rgb(44, 44, 44);
|
|
|
|
margin-top: -134px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 30px;
|
|
|
|
color: rbg(31, 25, 25);
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 span {
|
|
|
|
color: rgb(66, 2, 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
#todays-challenge {
|
|
|
|
color: rgb(75, 59, 59);
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 52px;
|
|
|
|
}
|