F
F
Fedor2020-04-14 19:27:07
css
Fedor, 2020-04-14 19:27:07

How do I get text to be on one line?

You need to make sure that two texts (create should be higher) are on the same line:

5e95e628d1de1732326167.png

CSS

#we {
    color: #ffc600;
    letter-spacing: -3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 48px;
    font-size: 60px;
    padding-top: 70px;
    padding-left: 46px;
}

#create {
    float: left;
    padding-left: 150px;
    color: #fff;
    letter-spacing: -3px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 48px;
    font-size: 60px;
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question