-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsite.css
More file actions
65 lines (56 loc) · 1009 Bytes
/
psite.css
File metadata and controls
65 lines (56 loc) · 1009 Bytes
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
body{
position: relative;
color: white;
background-image: url('https://decodedscience.org/wp-content/uploads/2012/06/Front-of-a-bombe-code-breaking-machine-at-Bletchley-Park.jpg');
}
div{
background-color: #7B7D7D;
opacity: .9;
}
#imgContainer{
height: 250px;
width: 20%;
position: relative;
float:left;
border: 2px solid black;
margin-bottom: 3em;
}
img{
width: 100%;
height: 100%
}
#bio{
max-width: 80%;
width:75%;
position: relative;
float:right;
border: 2px solid black;
padding-left: 1em;
margin-bottom: 3em;
}
#gallery{
width: 48%;
max-width: 50%;
float:left;
border: 2px solid black;
padding-left: .5em;
padding-right: .5em;
}
#more{
width:48%;
height: 100%;
max-width:50%;
float:right;
border: 2px solid black;
padding-left: 1em;
}
iframe{
width: 100%;
height: 500px;
}
#plus1:hover{
transform: scale(1.5);
}
#plus2:hover{
transform: scale(1.5);
}