-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.css
112 lines (90 loc) · 1.39 KB
/
aboutus.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
header {
padding: 20px 0px 5px 0px;
text-align: center;
background-size: cover;
font-size: 15px;
font-family: 'Roboto Mono', cursive;
position: fixed;
z-index: +3;
text-align: center;
top: 0;
width: 100%;
}
a {
color: navy;
}
h2{
font-family: 'Roboto Mono' cursive;
font-size:15px;
}
body {
text-align: center;
}
li{
background-color:white;
}
li{
display: inline;
padding: 10px 10px 10px 10px;
background-image: url("https://i.imgur.com/Fdnnrxj.jpg");
background-size:auto;
background-position: center;
position:relative;
border-width: thin;
border-radius: 10px;
}
li.home {
font-size: 20px;
font-style: strong;
}
.container{
display: block;
}
.col-md-4{
position: relative;
top: 50px;
left: 0;
font-size:15px;
padding: 0px 0px 40px 0px;
text-align: center;
color: black;
}
.person{
width: 150px;
height: 150px;
position: relative;
top:50px;
z-index:20px;
border-radius:90px;
border: solid white 3px;
margin: 0px 0px 60px 0px;
}
.figure{
position: relative;
margin-top:300px;
padding:40px;
}
.splatter{
position:absolute;
display: center;
height:450px;
width:450px;
top:-110px;
left:-40px;
z-index: -20;
}
.figcaption {
display: block;
position: absolute;
font-size: 20px;
top: 100px;
}
footer a{
padding: 2px;
}
.contact-form{
padding: 20px;
text-align:center;
position: relative;
margin: 50px;
}