Remove rounded corners and box shadows.
These announce a design ambition, but hey I don't know how to do that properly :D
This commit is contained in:
parent
9fbfdaca6b
commit
4308cc6721
1 changed files with 0 additions and 8 deletions
|
@ -14,7 +14,6 @@ body {
|
|||
border-style: solid;
|
||||
border-style: gray;
|
||||
border-width: 2px;
|
||||
border-radius: 10px;
|
||||
margin: 0 auto;
|
||||
width: 900px;
|
||||
padding: 15px;
|
||||
|
@ -24,7 +23,6 @@ body {
|
|||
background-color: lightcyan;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
border-radius: 10px;
|
||||
margin: 0 auto 5px auto;
|
||||
|
||||
width: 905px;
|
||||
|
@ -32,8 +30,6 @@ body {
|
|||
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
||||
img.me {
|
||||
|
@ -82,9 +78,7 @@ table.quicklinks {
|
|||
h2 {
|
||||
background-color: lightcyan;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
margin-top: 30px;
|
||||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
@ -140,8 +134,6 @@ h1.title {
|
|||
pre.example {
|
||||
padding: 8px 5px 8px 30px;
|
||||
background-color: cornsilk;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0px 0px 8px #888888 inset;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue