Search code examples
twitter-bootstrapthymeleafweb-frontend

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


I have worked on application and i am not strong in front end so i wanted to design a menu page like tiles just with Bootstrap but the result is not like expected.
Can any one show me how or where to find tutorials to design a simple just with css.

enter image description here


Solution

  • ANSWER:

    Why the color of text is blue on bootstrap col?

    Default color for anchor tag. You can change it to any color your want.

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

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

    Please refer to the below links:

    Examples: https://getbootstrap.com/docs/4.4/examples/

    Bootstrap Components https://getbootstrap.com/docs/4.4/components/alerts/