3v324v23 commited on
Commit
94cdde2
·
1 Parent(s): aafc3e1

style: remove all custom css

Browse files
Files changed (2) hide show
  1. public/css/style.css +1 -42
  2. views/index.ejs +1 -1
public/css/style.css CHANGED
@@ -1,42 +1 @@
1
- body {
2
- font-family: sans-serif;
3
- padding: 20px;
4
- background-color: #fff;
5
- color: #000;
6
- }
7
-
8
- h1, h2, h3 {
9
- margin-top: 20px;
10
- }
11
-
12
- table {
13
- width: 100%;
14
- border-collapse: collapse;
15
- margin-bottom: 20px;
16
- }
17
-
18
- table, th, td {
19
- border: 1px solid #000;
20
- }
21
-
22
- th, td {
23
- padding: 8px;
24
- text-align: left;
25
- }
26
-
27
- input, button {
28
- padding: 5px;
29
- margin-bottom: 10px;
30
- }
31
-
32
- .container {
33
- max-width: 800px;
34
- margin: 0 auto;
35
- }
36
-
37
- .result-box {
38
- border: 1px solid #000;
39
- padding: 10px;
40
- margin: 20px 0;
41
- background-color: #f0f0f0;
42
- }
 
1
+ /* CSS Removed */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
views/index.ejs CHANGED
@@ -2,7 +2,7 @@
2
  <html>
3
  <head>
4
  <title>Student Personality Analysis</title>
5
- <link rel="stylesheet" href="/css/style.css" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  </head>
8
  <body>
 
2
  <html>
3
  <head>
4
  <title>Student Personality Analysis</title>
5
+ <!-- CSS Removed -->
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  </head>
8
  <body>