Create style.css
This commit is contained in:
15
ajax-requests/css/style.css
Normal file
15
ajax-requests/css/style.css
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
* {
|
||||||
|
font-family:Arial;
|
||||||
|
}
|
||||||
|
body {
|
||||||
|
margin:24px auto;
|
||||||
|
width:870px;
|
||||||
|
}
|
||||||
|
table {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
border: 1px solid black;
|
||||||
|
border-collapse: collapse;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user