Test CSS
This commit is contained in:
parent
c3a5acd52d
commit
b81729506f
1 changed files with 1 additions and 8 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
body {
|
||||
margin:40px auto;
|
||||
max-width: 800px;
|
||||
background-color:#2d2d2d;
|
||||
color: #D3D0C8;
|
||||
padding:0 10px;
|
||||
|
@ -10,16 +11,8 @@ body {
|
|||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#qr {
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right:5px;
|
||||
}
|
||||
|
||||
#links-container {
|
||||
text-align: left;
|
||||
width: 800px;
|
||||
max-width: 90%;
|
||||
margin: auto;
|
||||
border: 1px solid #393939;
|
||||
padding: 15px;
|
||||
|
|
Loading…
Reference in a new issue