Skip to content

Instantly share code, notes, and snippets.

@happyDemon
Created March 4, 2017 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save happyDemon/a593e56a5bda1886c928ad2f5f820ccd to your computer and use it in GitHub Desktop.
Save happyDemon/a593e56a5bda1886c928ad2f5f820ccd to your computer and use it in GitHub Desktop.
Vue.js explained through Pokemon #5
.box-top-right .battle-effectiveness {
position: absolute;
z-index: 1;
left: 26px;
width: 200px;
text-align: center;
top: -50px;
font-family: monospace;
font-size: 1.2em;
font-weight: bold;
}
.box-bottom-left .battle-effectiveness {
position: absolute;
z-index: 1;
left: 26px;
width: 200px;
text-align: center;
top: -65px;
font-family: monospace;
font-size: 1.2em;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment