18 lines
286 B
CSS
18 lines
286 B
CSS
body {
|
|
background: #eeedec;
|
|
letter-spacing: 0.2em;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.container {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.icon {
|
|
position: relative;
|
|
top: -50px;
|
|
border-radius: 50%;
|
|
width: 100px;
|
|
margin-bottom: -50px;
|
|
box-shadow: 0 0 4px #ccc;
|
|
} |