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.
15 lines
208 B
15 lines
208 B
2 years ago
|
body {
|
||
|
margin: 50px;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
width: 200px;
|
||
|
height: 200px;
|
||
|
border-radius: 100px;
|
||
|
}
|
||
|
|
||
|
#todays-challenge {
|
||
|
color: rgb(170, 96, 83);
|
||
|
font-weight: bold;
|
||
|
font-size: 52px;
|
||
|
}
|