site files
This commit is contained in:
@@ -3,27 +3,31 @@ body {
|
||||
font-family: Tahoma, Arial, sans-serif;
|
||||
color: #333;
|
||||
}
|
||||
h1 {
|
||||
font-family: "Times New Roman", serif;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
p, h4 {
|
||||
font-size: 20px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
h4 {
|
||||
font-size: 14px;
|
||||
font-size: 18px;
|
||||
}
|
||||
ul, ol {
|
||||
margin: 0;
|
||||
}
|
||||
table tr td {
|
||||
table tr td, table tr th {
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
}
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
img {
|
||||
height: 30px;
|
||||
width: auto;
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
top: 5px;
|
||||
height: 30px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user