我有一个关于Bootstrap背景颜色的问题。

huangapple go评论56阅读模式
英文:

I have a problem with Bootstrap background color

问题

这是我的HTML代码,它可以运行,但在Bootstrap的背景颜色方面给了我问题,因为我不想要背景颜色。如何消除它?有人可以帮我吗?
我放了一个结果的图片。点击这里查看图片描述
这是我的代码

我在互联网上搜索过,但没有帮助。这是一个学校项目。

英文:

This is my html code, it works but it gives me a problem with the body background-color of the bootstrap, 'cause I don't want to have a background color. How can I eliminate it? Can someone help me?
I put an image of the result.enter image description here
This is my code

I searched on the internet but, it didn't help. It's for a school project.

答案1

得分: 1

你可以覆盖主体的 CSS 样式:

body {
    background-color: transparent;
}
英文:

You can override body CSS styles:

body {
    background-color: transparent;
}

huangapple
  • 本文由 发表于 2023年2月20日 00:18:40
  • 转载请务必保留本文链接:https://go.coder-hub.com/75501559.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定