-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (54 loc) · 880 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
body {
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
}
h1 {
text-align:center;
}
th, td {
padding: 5px;
}
table td {
vertical-align: top;
padding-top: 10px; /* Adjust this value as needed */
}
table td ul {
margin-top: 0;
padding-top: 0;
}
.title {
width: 600px;
margin-left:100px;
}
.maincontent {
width: 600px;
margin-left: 100px;
margin-top: 50px;
text-align: justify;
}
.box {
border-style: dotted;
border-width: 1px;
}
.navbar {
display: flex;
justify-content: space-between;
margin-left:100px;
width:600px;
}
.navul {
list-style: none;
margin-top: 10px;
margin-bottom: 10px;
padding: 0;
overflow: hidden;
}
.navli {
display: inline-block;
padding-left: 55px;
}
.codeblock {
font-family: 'Courier New', Courier, monospace;
}