-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.css
117 lines (106 loc) · 2.12 KB
/
about.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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
body {
font-family: 'Times New Roman', Times, serif;
}
nav p {
display: inline-flex;
margin: -50px;
padding: 0;
font-size: 48px;
margin-left: 20px;
}
nav ul {
display: inline-flex;
margin-left: 27%;
padding: 2%;
}
nav ul li {
margin-top: 0%;
font-size: 21px;
margin-left: 19%;
padding-left: 5%;
display: inline;
}
nav ul li a{
text-decoration: none;
color: black;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif
}
header {
padding-top: 5px;
}
nav {
height: 95px;
background-color: rgb(250, 250, 250);
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
}
header h1{
font-size: 56px;
font-family: serif sans-serif;
padding-top: 100px;
padding-left: 5%;
}
.start{
font-size: 16px;
display: inline-flex;
margin: 7px;
padding: 20px;
/* border: 2px solid red ; */
}
.para1{
/* border: 2px dotted green; */
width: 45%;
padding: 3pxpx;
}
.para2{
/* border: 2px dotted green; */
width: 49%;
padding: 14px;
}
.images{
display: inline-flex;
}
.img{
padding: 2%;
}
.B1 {
/* text-decoration: none; */
background: rgb(15, 15, 15);
width:117px;
height: 33px;
}
.B1 a{
text-decoration: none;
color: white;
}
.event{
background-color:sandybrown;
font-family: "Times New Roman", Times, serif;
font-size: 30px;
text-align: center;
margin-top: 100px;
padding: 5%;
margin: 0%;
}
.event h1{
margin-bottom: 0%;
}
.last{
font-family: 'Times New Roman', Times, serif;
border: 2px red;
justify-content: space-between;
display: grid;
grid-template-columns:auto auto ;
}
.info{
padding-top: 5%;
width: 400px;
/* padding-left: 5%; */
text-align: center;
}
@media only screen and (max-width:600px) {}