为什么 bootstrap col 上的文字颜色是蓝色?以及如何仅使用 Bootstrap css 重新设计我的页面

Why the color of text is blue on bootstrap col ? and how to redesign my page with only Bootstrap css

我从事过应用程序工作,但我在前端方面并不强,所以我想设计一个菜单页面,就像 Bootstrap 一样,但结果并不像预期的那样。
任何人都可以告诉我如何或在哪里找到教程来设计一个简单的 css。

答案:

Why the color of text is blue on bootstrap col?

锚标记的默认颜色。您可以将其更改为您想要的任何颜色。

<style>
 a{ color: hex code | color name | rgb values }

 a{ color: red }

</style>

How to re-design my page with only Bootstrap css?

请参考以下链接:

示例: https://getbootstrap.com/docs/4.4/examples/

Bootstrap 组件 https://getbootstrap.com/docs/4.4/components/alerts/

这是结果,我只选择了之前选择的两种颜色,并将字体更改为Century Gothic。
我还添加了一张图片到背景。