format the css with prettier

This commit is contained in:
Andreas Zweili 2021-01-18 22:38:28 +01:00
parent 5af511bc87
commit e64f146c2e
1 changed files with 21 additions and 20 deletions

View File

@ -1,36 +1,37 @@
* {
box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: 'Jost', sans-serif;
font-family: "Jost", sans-serif;
}
body {
margin: 0;
margin: 0;
}
header {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
margin: 3rem;
border-radius: 10px;
padding: 1rem;
background-color: #4fc08d;
color: white;
text-align: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
margin: 3rem;
border-radius: 10px;
padding: 1rem;
background-color: #4fc08d;
color: white;
text-align: center;
}
#styling {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
margin: 3rem;
border-radius: 10px;
padding: 1rem;
text-align: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
margin: 3rem;
border-radius: 10px;
padding: 1rem;
text-align: center;
}
.demo {
width: calc(100% - 32px);
height: 100px;
margin: 16px;
border: 2px dashed #ccc;
}
width: calc(100% - 32px);
height: 100px;
margin: 16px;
border: 2px dashed #ccc;
}