Skip to content

Instantly share code, notes, and snippets.

@lisacatalano
Last active September 23, 2019 09:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lisacatalano/2e04039a29660fdc7b9f to your computer and use it in GitHub Desktop.
Save lisacatalano/2e04039a29660fdc7b9f to your computer and use it in GitHub Desktop.
CSS Home Page
.mac, .pc {
width: 40%;
height: 50px;
margin-left: 5%;
background-color: #bbb;
float: left;
text-align: center;
font-size: 2em;
line-height: 50px;
}
.mac a, .pc a {
color: white;
display: block;
text-decoration: none;
}
.active,
.mac a:focus,
.mac a:active,
.mac a:hover,
.pc a:focus,
.pc a:active,
.pc a:hover {
background-color: #444;
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment