How to position two elements next to each other
问题 I am rendering HTML page with Thymeleaf. I have user names which I display on top right screen. I want to add a link which I display if user hasn't validated his email. I am trying to make the link appear after the user name in brackets. Here is this part of the HTML <div th:if="${isLogged}" class="div-block-10"> <div class="user_name" th:text="${user.getFirstName() + ' ' + user.getLastName()}">Your Name</div> <div th:if="${!user.isEmailValidated()}" class="div-block-13"> <div class="email