Skip to content

Instantly share code, notes, and snippets.

@Potherca
Last active June 13, 2022 06:55
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 Potherca/68859382ff61eea6e9efba3d57c1a5ca to your computer and use it in GitHub Desktop.
Save Potherca/68859382ff61eea6e9efba3d57c1a5ca to your computer and use it in GitHub Desktop.
Comparison of images displaying Raspberry Pi pin layout
/**
* Comparison of images displaying Raspberry Pi pin layout
*/
body {
align-items: center;
justify-content: space around;
background-color: #eee;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
img {
background-color: #fff;
border: 1px solid;
border-radius: 2rem;
margin: 1rem;
padding: 2rem;
width: 40rem;
}
<h1>Which image is better?</h1>
<section>
<img alt="" src="https://www.raspberrypi.com/documentation/computers/images/GPIO-Pinout-Diagram-2.png" title="" />
<img alt="" src="https://www.raspberrypi.com/documentation/computers/images/GPIO.png" title="" />
<img alt="" src="https://raw.githubusercontent.com/splitbrain/rpibplusleaf/master/rpiblusleaf.png" title="" />
<img alt="" src="https://raw.githubusercontent.com/Gadgetoid/Pinout.xyz/master/graphics/pinout-graphic-horizontal-300dpi.png" title="" />
</section>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment