-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
92 lines (89 loc) · 1.37 KB
/
style.css
File metadata and controls
92 lines (89 loc) · 1.37 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
html {
height: 100%;
width: 100%;
}
body{
background-color: #5175AD;
}
.main_header{
display: flex;
width: 80%;
height: 100%;
background-color: #39547f;
margin: 0 auto;
font-family: PT Sans, sans-serif;
color: #DAEAFF;
padding: 20px;
justify-content: space-between;
align-items: center;
}
a{
text-decoration: none;
color: #DAEAFF;
padding: 0;
margin: 0px 0px 0px 27px;
}
h1{
margin: 0;
margin-left: 20px;
}
.menu{
font-size: 24px;
margin: 0;
padding: 0;
}
.main_content{
width: 80%;
height: 1500px;
background-color: #466494;
margin: auto;
}
h3{
margin: 0;
padding: 25px 0px 0px 25px;
color:#DAEAFF;
font-size: 24px;
font-family: PT Sans, sans-serif;
}
.text{
color:#DAEAFF;
font-size: 24px;
font-family: PT Sans, sans-serif;
margin-left: 35px;
}
p{
text-align: center;
color:#DAEAFF;
margin: 0 0 15px 0;
}
.table{
margin: auto;
width: 90%;
}
td{
border:2px solid #2e4468;
width: 250px;
color: #DAEAFF;
background-color: #5175AD;
}
th{
background-color: #5175AD;
color: #DAEAFF;
}
td:nth-child(2){
width: 70%;
}
.text p{
text-align: left;
}
.content{
display: flex;
align-items: center;
margin-top: 45px;
}
img{
width: 400px;
}
.padding{
padding: 20px;
}