Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
nisanord authored May 6, 2024
1 parent 61b2160 commit f282ed7
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
test
html, body {
height: 100%;
width: 75%;
min-width: 320px;
}

html {
font-size: calc(16px + 1.5 * 1vw);
font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', 'Helvetica Neue', Helvetica,
Ubuntu, Roboto, Noto, Arial, sans-serif;
}

body {
display: block;
margin: calc(16px + 2.5 * 1vw);
margin-top: calc(64px + 2.5 * 1vw);
color: snow;
}

p {
font-weight: bold;
line-height: 1.5rem;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
color: black;
}

a {
color: hotpink;
transition: color 0.3s;
}

a:hover {
color: #E7469A;
}

.button {
color: cornflowerblue;
transition: color 0.3s;
}

.button:hover {
color: #3676E8;
}

0 comments on commit f282ed7

Please sign in to comment.