fixing table with css magic ;)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<link rel="stylesheet" href="style.css">
|
||||||
<title>N0ids Site</title>
|
<title>N0ids Site</title>
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color:#6cc3eb;">
|
<body style="background-color:#6cc3eb;">
|
||||||
|
|||||||
7
web/style.css
Normal file
7
web/style.css
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
table, th, td {
|
||||||
|
border: 1px solid;
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 50%;
|
||||||
|
max-width: 600px;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user