update styling of /
This commit is contained in:
parent
8315446899
commit
7480359a60
|
@ -7,34 +7,45 @@
|
|||
<title>rayelliott.dev</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 100%;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
color: #010101;
|
||||
padding: 1em;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
font-family: 'Permanent Marker', cursive;
|
||||
}
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 100%;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
padding: 1rem 0;
|
||||
box-sizing: border-box;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
font-family: 'Permanent Marker', cursive;
|
||||
color: #3f3d56;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4em;
|
||||
margin-bottom: 0;
|
||||
color: #536dfe;
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
}
|
||||
|
||||
p {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
a {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
a:link,
|
||||
a:visited,
|
||||
a:hover,
|
||||
a:active {
|
||||
color: #536dfe;
|
||||
}
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
|
|
Reference in New Issue