Skip to content

Instantly share code, notes, and snippets.

@taeseunglee
Last active April 30, 2018 22:49
Show Gist options
  • Save taeseunglee/7844c45585f04208c36553525097a711 to your computer and use it in GitHub Desktop.
Save taeseunglee/7844c45585f04208c36553525097a711 to your computer and use it in GitHub Desktop.
css validator test
html, body {
height: auto !important;
background : radial-gradient(rgb(253, 168, 47) 40%, rgb(203, 183, 182) );
background-repeat : no-repeat;
}
#board-info #viewers-area .fa-user:before {
color: rgba(10, 59, 84, 0);
content: url(https://static-cdn.jtvnw.net/badges/v1/ce2ed125-5685-4062-b980-5b4db2d87189/1);
}
#board-info #viewers-area #viewers:before {
content: "문크 보러 온 사람 ";
cursor: text;
}
#board-info #viewers-area #viewers:after {
content: "명";
cursor: text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment