Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

Hey Chhaya, Try this code:
***



CSS transition-duration






***
Let me know if it doesn't work.
2 years ago
Here you go:
***
#include

int main() {

printf("Character Garbage value - %c\n");
printf("Double Garbage value - %lf\n");

return 0;
}
***
Let me know if it stills shows you an error.
2 years ago
Hi, this is how you are supposed to write the code in the given exercise:
***
int main() {
// This is a single-line comment
printf("Hello C!");
return 0;
}
***
Let me know if you still face an error.
2 years ago
You don't have to use background-color property.
***
@media (min-width: 550px) {
body {
font-size:25px;
}
}
***
2 years ago
Write code using the instructions. Run. **Submit** the code.
Fix errors if any.
Then click on **Next** to go to the next lesson.
2 years ago
Hi, What error message you faced while submitting this code?
2 years ago
Hi, This is how, it is supposed to be done
***
(x > y)? z = x : z = y;
console.log("Value of z:" + z);
***
2 years ago
Hi, Remove the angle brackets enclosing value of order property, Like the code below:
***



CSS Flex Flow




Item 1

Item 2

Item 3

Item 4

Item 5

Item 6

Item 7

Item 8




***
2 years ago
Hi there, Try this code:

***
@media(max-width: 650px)
{
nav {
flex-direction: column;
}

#nav-options a {
font-size: 0.75em;
}
}
***

Let me know if you still face errors while submitting.
2 years ago
This one is pretty simple. You just have to add h1 and p opening/closing tags like this:

***





***
2 years ago
Try this code:
***