How to center the text inside the anchor tag?

Course Queries Syllabus Queries 3 years ago

5K 2 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago


I have arranged the anchor tag with text with borders. I want to make the text to center inside the block. I have tried padding, margin left, float but nothing is working.

 

body {
                background-color:black;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                
            }
            .title{
                height: 17%;
                width: 100%;
                margin: 0%;
                text-align: center;
                font-size: 2rem;
                color: white;
            }
            .subjects{
                color: white;
                width: 28%;
                height: 7%;
                border: 2px solid white;
                font-size: 2rem;
                border-radius:20px;
                margin-top: 86px;
                margin-left: 8px;
                text-align:center;
                vertical-align: middle;
            }
            
            .maths{
                margin-left: 24%;
                margin-top: 41px;
            }
           
            .maths a{
                text-decoration: none;
                color: white;
                border: 2px solid white;
                padding: 4px;
                padding-right: 140px;
                font-size: 2rem;
                border-radius: 20px;
                cursor: pointer;
                vertical-align:middle;
                display: inline-block;
                
            }
             .physics{
                margin-left: 24%;
                margin-top: 41px;
            }
           
            .physics a{
                text-decoration: none;
                color: white;
                border: 2px solid white;
                padding: 4px 103px;
                padding-right: 206px;
                font-size: 2rem;
                border-radius: 20px;
                cursor: pointer;
                vertical-align:middle;
                display: inline-block;
                
            }
             .chemistry{
                margin-left: 24%;
                margin-top: 41px;
            }
           
            .chemistry a{
                text-decoration: none;
                color: white
                                                
0 views
0 shares

profilepic.png
manpreet 3 years ago

Just change the padding (left and right padding to half of what you had for right padding):

 

.physics{
                margin-left: 24%;
                margin-top: 41px;
            }
           
            .physics a{
                text-decoration: none;
                color: black;
                border: 2px solid black;
                padding: 4px 103px;
                font-size: 2rem;
                border-radius: 20px;
                cursor: pointer;
                vertical-align:middle;
                display: inline-block;    
            }
<div class="physics">
            
             href="physicsinfo.html" target="_blank">Physics
        div>

0 views   0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum