Skip to content

Commit

Permalink
add external-link.css
Browse files Browse the repository at this point in the history
  • Loading branch information
etinquis committed Aug 11, 2023
1 parent 9e91b84 commit 426a309
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions css/external-link.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
html {
width: 100%;
height: 100%;
font-family: Helvetica, sans-serif;
display: flex;
}

body {
display: block;
margin: auto auto;
background-color: #291C11;
color: white;
max-width: 1000px;
text-align: center;
}

h1 {
text-transform: uppercase;
}

h3 {
font-style: italic;
}

a {
display: block;
color: RGB(238, 210, 173);
background-color: #4c3f2f;
border-top-color: RGB(62, 44, 32);
border-left-color: RGB(62, 44, 32);
border-right-color: RGB(48, 36, 22);
border-bottom-color: RGB(48, 36, 22);
border-width: 2px;
padding: 2em;
cursor: pointer;
}

0 comments on commit 426a309

Please sign in to comment.