Just starting out with frontend development and my professor recommended trying Bootstrap for practice. I attempted to code a simple webpage, but ran into some issues.
Here is the code I used:
https://github.com/nguyencuc2586/project1
I encountered a problem with the first issue, which I have included a picture of (apologies for uploading it here due to its size).
In my style.css file, I wrote the following code:
body {
background: #333;
color: #fff;
}
According to my code, all text should be white. However, as shown in the picture, this does not seem to be the case. Any ideas why?
Additionally, my second issue involves the icon at the top right corner in this image:
https://i.sstatic.net/qXAMY.jpg
The icon does not behave responsively when clicked; nothing happens. Can you provide any advice on how to resolve these problems? Thank you in advance.