-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
125 lines (107 loc) · 2.26 KB
/
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
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
118
119
120
121
122
123
124
125
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.indexbody{
background-color: rgb(255, 255, 255);
background-image: url(images/Home\ Background\ Image.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100%;
}
.aboutbody{
background-image: url(images/AboutBackgroundImage.jpg);
background-repeat: no-repeat;
background-position: top;
background-size: cover;
height: 100%;
}
h1{
font-family: Georgia, 'Times New Roman', Times, serif;
color: black;
text-align: left;
}
.logo-title a{
text-decoration: none;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
width: 65%;
height: auto;
border-radius: 4px;
}
.logo div{
display: inline-block;
align-items: center;
margin-left: auto;
margin-right: auto;
font-size: x-large;
height: auto;
text-shadow: 2px 2px red;
}
.logo-image img{
margin-top: 25px;
height: 100px;
}
.nav-bar h2{
color: black;
margin-left: 100px;
margin-right: 0;
text-decoration: none;
}
.nav-bar a{
text-decoration: none;
}
.header a{
text-shadow: 2px 2px red;
text-decoration: none;
font-size: x-large;
}
.img-Container{
margin-top: 150px;
display: flex;
}
.img-Container img{
border: 2px solid #ddd;
display: block;
margin-left: auto;
margin-right: auto;
width:80%;
height: auto;
border-radius: 4px;
}
.description{
padding: 50px;
margin-left: auto;
margin-right: auto;
width: 50%;
text-align: justify;
line-height: 1.3;
font-size:x-large;
font-weight: bold;
color:whitesmoke;
text-shadow: 1px 1px yellowgreen;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.img-Container h2{
margin-left: 150px;
text-shadow: 2px 2px red;
}
.img-Container p{
margin-left: auto;
margin-right: auto;
width: 70%;
text-align: justify;
line-height: 1.3;
font-size:medium;
font-weight: bold;
font-family: Georgia, 'Times New Roman', Times, serif;
color:whitesmoke;
}
.citation p ,a{
color: red;
}