I'm trying to make a similar title bar (or form row) like of StackOverflow with UIKit with this code:
<div class="uk-form-row">
<label class="uk-small-1-1 uk-large-1-10 uk-form-label">Text Title: </label>
<input class="uk-small-1-1 uk-large-9-10 uk-float-right" type="text" value="" placeholder="Text title">
</div>
Here's a screenshot of what it looks like now: