-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (67 loc) · 1.27 KB
/
style.css
File metadata and controls
83 lines (67 loc) · 1.27 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
* {
padding: 0;
font-family: 'Poppins', sans-serif;
box-sizing: border-box;
text-align: center;
}
/* NAVBAR SECTION */
body {
background-image: url('doc2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
.navbar{
height: 10vh;
margin-bottom: 30px;
}
img {
max-width: 20%;
padding-top: 2px;
}
.nav-link {
font-weight: 500;
text-decoration: none;
font-size: 20px;
}
.image {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 70%;
max-height: auto;
border: 1px #515f77 solid;
box-shadow: 10px 10px 8px -8px #515f77;
}
.carousel {
margin-bottom: 50px;
}
/* CAROUSEL */
.d-block{
width:100%;
height:40rem;
}
.ctext{
color: wheat;
text-shadow: silver;
font-size: 30px;
}
/* Contact info */
.card img{
max-width: 400px;
max-height: 550px;
}
.card {
margin: 30px 35%;
border: 1px #385399 solid;
padding: 5%;
}
.card-title {
font-size: 2rem;
}
/* FOOTER */
footer {
background-color: #cccccc;
padding : 10px;
text-align: right;
}