-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstylerough.css
97 lines (80 loc) · 1.34 KB
/
stylerough.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
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
}
header h1 {
margin: 0;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin-right: 10px;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
.slideshow {
margin-top: 20px;
}
.slideshow-container {
position: relative;
max-width: 100%;
margin: auto;
}
.mySlides {
display: none;
width: 100%;
}
.container {
max-width: 800px;
margin: auto;
padding: 20px;
}
h2 {
font-weight: bold;
}
.team ul {
list-style-type: none;
padding: 0;
}
.team ul li {
margin-bottom: 5px;
}
.team ul li img {
width: 50px; /* Adjust image size here */
height: 50px; /* Adjust image size here */
object-fit: cover;
border-radius: 50%; /* Makes the image round */
display: inline-block;
margin-right: 10px;
}
.team ul li a {
text-decoration: none;
color: #333;
display: inline-block;
vertical-align: middle;
}
.acknowledgment {
background-color: #f4f4f4;
padding: 20px;
}
.contact {
background-color: #ddd;
padding: 20px;
}
.header-image {
width: 80%; /* Adjusted image size here */
height: auto;
display: block;
margin: auto; /* Center the image */
}