2

Pokemon Psyduck Pixel Art

 2 years ago
source link: https://codepen.io/jesusrmz/pen/MWvmpVR
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

HTML (Pug)

HTML (Pug)

0 unsaved changes
xxxxxxxxxx
.container
  .psyduck

CSS (SCSS)

CSS (SCSS)

$yellow: #eef30c;
$shadow: #ff931c;
$beak: #d9bb7b;
$eye: #fff;
$eyesha: #b5b5b5;
$bg: #dddddd;
*, *::after, *::before {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: $bg;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
xxxxxxxxxx
999px

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK