mirror of
https://gitlab.com/MisterBiggs/Resume.git
synced 2025-07-27 00:31:30 +00:00
big content update
This commit is contained in:
52
style.css
52
style.css
@@ -11,34 +11,52 @@ h2:after {
|
||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
body > ul > li > ul > li {
|
||||
font-weight: 100;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: medium;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
article > p {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: auto 15% 5em 10%;
|
||||
}
|
||||
|
||||
article {
|
||||
padding: 0em 1em 2em;
|
||||
border: 5px solid black;
|
||||
border-radius: 20px;
|
||||
a:visited {
|
||||
color: cornflowerblue;
|
||||
}
|
||||
|
||||
header > h3 {
|
||||
font-size: xx-large;
|
||||
margin: auto;
|
||||
padding: 1em;
|
||||
article {
|
||||
border-radius: 20px;
|
||||
background-color: whitesmoke;
|
||||
width: 400px;
|
||||
box-shadow: 10px 10px 27px 5px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
article > a {
|
||||
color: black;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
article > a:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
article > a:visited {
|
||||
color: black;
|
||||
}
|
||||
|
||||
article > a > img {
|
||||
max-width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-radius: 20px 20px 0px 0px;
|
||||
}
|
||||
|
||||
article > a > h3 {
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
article > a > p {
|
||||
padding: 0 0.25em 1em 0.25em;
|
||||
}
|
||||
|
||||
#printbutton {
|
||||
|
Reference in New Issue
Block a user