Need help on Bootstrap - Beginner (CSS/HTML) [closed] - html

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 years ago.
Improve this question
I'm currently learning how Bootstrap works. As you can see there, it's a simple HTML page, it seems that only the background was applied in the CSS file. However, the next two modifications I did, did not apply. Any help would be really appreciated! Thank you!
HTML page
CSS page
website screenshot

Take out the semicolons after the curly braces in the css, they shouldn't be there.

Related

Can somebody help me figure out why this tag is not allowing me to edit the placement of my form? I've uploaded images to better illustrate my issue [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 days ago.
Improve this question
the tag I'm trying to edit
I need to link this element to a CSS tag to allow me to move it around my webpage, however the tag I've given it "GSCOPS" is not being read from my CSS file. I need to link the CSS rules to the element "GSCOPS".
After editing the CSS rules for GSCOPS in the given CSS file, it still isn't reading said rules into my webpage. a screenshot of the CSS code for GSCOPS
If anybody knows how I could link the CSS rules to the form in my webpage that would be great.
Thanks.

Wordpress : My H3 titles are more big than my H2 titles [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 days ago.
Improve this question
I have this problem actually on my website.
My H3 titles are more big than my H2 titles !
If someone could help me ?
I added CSS in my worpress template by customising it, but nothing happen.
There might be a css modifier that changes how headings work. Try to change it

HTML - Display specific image by clicking button [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I've tried a couple hours to fix my issue, but I'm confused about the Keyword to find it
I've see a link that can show specific images like this :
what's the keyword of this method?
This seems pretty vague, but you could use Isotope for the functionality you are looking for. It might be overkill, but it will allow you to build out what you have in your screenshot.
https://isotope.metafizzy.co/filtering.html
There is a getting started area to jumpstart you into building it out too:
https://isotope.metafizzy.co/#getting-started

Images are not showing [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I'm using this template, and when I upload it to my domain just to test it, the images are not showing, as you can see it here. The website should look like the demo.
You can download the template to your self, I would have liked to make a pastebin for you guys, but I don't have 10 reputation.
So what you guys think is the problem?
While it is the best to correct url("../images/banner.jpg") of #banner, if you still only want the background image, put background-image: url("http://templated.co/items/demos/ion/images/banner.jpg");

Hyperlinks on my website are not working [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
Just tried to make a little website from scratch (i'm a beginner) but weirdly my hyperlinks aren't working at the bottom of the page .. What am I doing wrong?
Thank you.
Here is my code (couldn't paste it in here correctly sorry) : http://www.mediafire.com/view/bl7104l8q8plbvm/shutterbug.txt
Your link tags are:
Facebook
A link with href="#" redirects to the current URL. Try changing it to:
Facebook