Style
This commit is contained in:
parent
831ea063c1
commit
d8c9546c62
2 changed files with 16 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
<style>
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: antiquewhite;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
|
@ -29,8 +29,7 @@
|
|||
justify-content: center;
|
||||
}
|
||||
.user-info {
|
||||
padding: 1em;
|
||||
margin: 1em 0;
|
||||
padding: 0.5em;
|
||||
display: flex;
|
||||
gap: 0.5em;
|
||||
flex-direction: column;
|
||||
|
@ -39,6 +38,7 @@
|
|||
margin: 5px auto;
|
||||
box-shadow: 0px 0px 10px lightgreen;
|
||||
background-color: lightgreen;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.user-info * {
|
||||
flex: 2 1 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue