16 lines
198 B
CSS
16 lines
198 B
CSS
html {
|
|
font-size: 46px;
|
|
}
|
|
|
|
#test-element {
|
|
margin: 15px auto;
|
|
padding: 10px;
|
|
}
|
|
.border {
|
|
border: 15px solid #fff;
|
|
}
|
|
.fixed-footer {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
} |