40 lines
652 B
CSS
40 lines
652 B
CSS
html {
|
|
background-color:unset;
|
|
}
|
|
|
|
body {
|
|
font-size: 14px;
|
|
color: black;
|
|
}
|
|
|
|
a {
|
|
color: #0000EE ;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
header, .divider, #contact-button, #portfolio img, #contact form, footer {
|
|
display: none;
|
|
}
|
|
|
|
.bio:before {
|
|
content: 'Mike Rockwell';
|
|
display: block;
|
|
font-size: 1.17rem;
|
|
margin-block-start: 1em;
|
|
margin-block-end: 1em;
|
|
margin-inline-start: 0px;
|
|
margin-inline-end: 0px;
|
|
font-weight: bold;
|
|
unicode-bidi: isolate;
|
|
}
|
|
|
|
.bio, #contact {
|
|
max-width: unset;
|
|
}
|
|
|
|
#contact p:after {
|
|
content: 'mike@rockwell.mx';
|
|
color: #0000EE;
|
|
text-decoration: underline;
|
|
margin-left: 4px;
|
|
} |