Getting a table to fill 100% height in a td

前端 未结 5 1129
灰色年华
灰色年华 2021-01-13 05:42

I\'m trying to rewrite a site in proper HTML. The site I\'m trying to replace was a complete mess. I\'ve run into a problem where I can\'t get a

t
5条回答
  •  不思量自难忘°
    2021-01-13 05:55

    i got a one solution if you need your desired results you can adjust the padding of your (td.navigation a class link) through this you will get your results.

    apply this css:-

    td.navigation a {
        color: #837768;
        display: block;
        font-size: 1.2em;
        padding: 14px 5px;
        text-align: center;
        text-decoration: none;
    }
    

提交回复
热议问题