Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 9v0067a47b9200000000069f

Reordering properties

Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.

Start file
#topbar {
  background
-image: url("images/abc.png");
  background
-position: 12px 13px;
  font
-size: 1px;
  left
: 36px;
  margin
-top: 10px;
  position
: relative;
  top
: 23px;
  vertical
-align: middle;
  width
: 200px;
}

#topbar .logo {
  top
: 50%;
  position
: absolute;
  left
: 20px;
  transform
: translateY(-50%);
  font
-size: 28px;
  font
-weight: bold;
  color
: #fff;
  text
-transform: uppercase;
  letter
-spacing: 1px;
}
End file
#topbar {
  top
: 23px;
  left
: 36px;
  width
: 200px;
  font
-size: 1px;
  margin
-top: 10px;
  position
: relative;
  vertical
-align: middle;
  background
-position: 12px 13px;
  background
-image: url("images/abc.png");
}

#topbar .logo {
  top
: 50%;
  left
: 20px;
  color
: #fff;
  font
-size: 28px;
  font
-weight: bold;
  position
: absolute;
  letter
-spacing: 1px;
  text
-transform: uppercase;
  transform
: translateY(-50%);
}

View Diff

2,4c2
<   background-image: url("images/abc.png");
<   background-position: 12px 13px;
<   font-size: 1px;
---
>   top: 23px;
5a4,5
>   width: 200px;
>   font-size: 1px;
8d7
<   top: 23px;
10c9,10
<   width: 200px;
---
>   background-position: 12px 13px;
>   background-image: url("images/abc.png");
15d14
<   position: absolute;
17c16
<   transform: translateY(-50%);
---
>   color: #fff;
20,21c19
<   color: #fff;
<   text-transform: uppercase;
---
>   position: absolute;
22a21,22
>   text-transform: uppercase;
>   transform: translateY(-50%);

Solutions by @hamakichitaro:

Unlock 21 remaining solutions by signing in and submitting your own entry
Created by: @maharba6

132 active golfers, 473 entries

Solutions by @hamakichitaro:
36
#9 - hamakichitaro / @hamakichitaro

03/02/2025 at 03:04AM

37
#>9 - hamakichitaro / @hamakichitaro

03/02/2025 at 02:42AM

38
#>14 - hamakichitaro / @hamakichitaro

03/01/2025 at 05:07PM

39
#>19 - hamakichitaro / @hamakichitaro

03/01/2025 at 05:03PM

39
#>19 - hamakichitaro / @hamakichitaro

03/01/2025 at 05:06PM

41
#>21 - hamakichitaro / @hamakichitaro

03/01/2025 at 04:49PM

48
#>29 - hamakichitaro / @hamakichitaro

03/01/2025 at 11:43AM

49
#>32 - hamakichitaro / @hamakichitaro

03/01/2025 at 11:32AM

49
#>32 - hamakichitaro / @hamakichitaro

03/01/2025 at 11:35AM

59
#>46 - hamakichitaro / @hamakichitaro

03/01/2025 at 11:21AM

59
#>46 - hamakichitaro / @hamakichitaro

03/01/2025 at 11:31AM

63
#>49 - hamakichitaro / @hamakichitaro

03/01/2025 at 11:01AM

66
#>54 - hamakichitaro / @hamakichitaro

03/01/2025 at 10:07AM

66
#>54 - hamakichitaro / @hamakichitaro

03/01/2025 at 10:46AM

70
#>56 - hamakichitaro / @hamakichitaro

03/01/2025 at 10:55AM

71
#>57 - hamakichitaro / @hamakichitaro

03/01/2025 at 11:28AM

77
#>65 - hamakichitaro / @hamakichitaro

03/01/2025 at 10:05AM

80
#>70 - hamakichitaro / @hamakichitaro

03/01/2025 at 10:30AM

82
#>74 - hamakichitaro / @hamakichitaro

03/01/2025 at 09:51AM

103
#>92 - hamakichitaro / @hamakichitaro

03/01/2025 at 09:38AM

107
#>98 - hamakichitaro / @hamakichitaro

03/01/2025 at 08:59AM